Constructor
GimpModulenew
Declaration [src]
GimpModule*
gimp_module_new (
  GFile* file,
  gboolean auto_load,
  gboolean verbose
)
Parameters
- file
- 
            Type: GFileA GFilepointing to a loadable module.The data is owned by the caller of the function. 
- auto_load
- 
            Type: gbooleanPass TRUEto exclude this module from auto-loading.
- verbose
- 
            Type: gbooleanPass TRUEto enable debugging output.
Return value
Type: GimpModule
The new GimpModule object.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |