Constructor
PeasObjectModulenew_full
Declaration [src]
PeasObjectModule*
peas_object_module_new_full (
const char* module_name,
const char* path,
gboolean resident,
gboolean local_linkage
)
Parameters
module_name |
const char* |
The module name. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
path |
const char* |
The path. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
resident |
gboolean |
If the module should be resident. |
|
local_linkage |
gboolean |
Whether to load the module with local linkage. |
Return value
Returns: | PeasObjectModule |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |