Gimp.Procedure.get_icon_name

@accepts(Gimp.Procedure)
@returns(unicode)
def get_icon_name(self):
    # Python wrapper for gimp_procedure_get_icon_name()
  

Gets the name of the icon if one was set for self.

Since 3.0

self

a Gimp.Procedure.

Returns