Constructor
PeasObjectModulenew_full
Declaration [src]
PeasObjectModule*
peas_object_module_new_full (
  const gchar* module_name,
  const gchar* path,
  gboolean resident,
  gboolean local_linkage
)
Description [src]
Creates a new PeasObjectModule.
This constructor is not directly available to language bindings.
Parameters
- module_name
- 
            Type: const gchar*The module name. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- path
- 
            Type: const gchar*The path. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- resident
- 
            Type: gbooleanIf the module should be resident. 
- local_linkage
- 
            Type: gbooleanWhether to load the module with local linkage.