Gimp.Procedure.set_icon_file

@accepts(Gimp.Procedure, Gio.File)
@returns(none)
def set_icon_file(self, file):
    # Python wrapper for gimp_procedure_set_icon_file()
  

Sets the icon for self to the contents of an image file.

Since 3.0

self

a Gimp.Procedure.

file

a Gio.File pointing to an image file.