Gimp.Procedure.get_icon_type

@accepts(Gimp.Procedure)
@returns(Gimp.IconType)
def get_icon_type(self):
    # Python wrapper for gimp_procedure_get_icon_type()
  

Gets the type of data set as self's icon. Depending on the result, you can call the relevant specific function, such as [method@Procedure.get_icon_name].

Since 3.0

self

a Gimp.Procedure.

Returns