Gimp.Procedure.get_icon_file

@accepts(Gimp.Procedure)
@returns(Gio.File)
def get_icon_file(self):
    # Python wrapper for gimp_procedure_get_icon_file()
  

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

Since 3.0

self

a Gimp.Procedure.

Returns