[ CCode ( has_construct_function = false , type = "GimpProcedure*" ) ]
[ Version ( since = "3.0" ) ]
public LoadProcedure (PlugIn plug_in, string name, PDBProcType proc_type, owned RunLoadFunc run_func)
Creates a new load procedure named name which will call run_func when invoked.
See Procedure for information about proc_type.
| plug_in |
a PlugIn. |
| name |
the new procedure's name. |
| proc_type |
the new procedure's PDBProcType. |
| run_func |
the run function for the new procedure. |
| run_data |
user data passed to |
| run_data_destroy |
free function for |
|
a new Procedure. |