Constructor
PeasObjectModulenew_embedded
Declaration [src]
PeasObjectModule*
peas_object_module_new_embedded (
const gchar* module_name,
const gchar* symbol
)
Parameters
module_name |
const gchar* |
The module name. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
symbol |
const gchar* |
No description available. | |
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. |
Return value
Returns: | PeasObjectModule |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |