Method
GimpPlugInget_temp_procedure
Declaration [src]
GimpProcedure*
gimp_plug_in_get_temp_procedure (
GimpPlugIn* plug_in,
const gchar* procedure_name
)
Description [src]
This function retrieves a temporary procedure from plug_in
by the
procedure’s procedure_name
.
Available since: | 3.0 |
Parameters
procedure_name |
const gchar* |
The name of a |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | GimpProcedure |
The procedure if registered, or |
|
The data is owned by the instance. | |
The return value can be NULL . |