Gimp.RunLoadFunc

@accepts(Gimp.Procedure, Gimp.RunMode, Gio.File, Gimp.ValueArray, gpointer)
@returns(Gimp.ValueArray)
def on_RunLoadFunc(procedure, run_mode, file, args, run_data):
  

The load function is run during the lifetime of the GIMP session, each time a plug-in load procedure is called.

Since 3.0

procedure

the Gimp.Procedure that runs.

run_mode

the Gimp.RunMode.

file

the Gio.File to load from.

args

the procedure's remaining arguments.

run_data

the run_data given in Gimp.LoadProcedure.new.

Returns

the procedure's return values.