Gimp »

Gimp.RunLoadFunc

function onRunLoadFunc(procedure: Gimp.Procedure, run_mode: Gimp.RunMode, file: Gio.File, args: Gimp.ValueArray): Gimp.ValueArray {
}
  

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.

Returns

the procedure's return values.

More Information

  • Gimp