Constructor
GimpModulenew
Declaration [src]
GimpModule*
gimp_module_new (
GFile* file,
gboolean auto_load,
gboolean verbose
)
Parameters
file |
GFile |
A |
|
The data is owned by the caller of the function. | |
auto_load |
gboolean |
Pass |
|
verbose |
gboolean |
Pass |
Return value
Returns: | GimpModule |
The new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |