Function
GModuleModuleopen
Declaration [src]
GModule*
g_module_open (
const gchar* file_name,
GModuleFlags flags
)
Parameters
file_name |
const gchar* |
The name of the file containing the module, or |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
flags |
GModuleFlags |
The flags used for opening the module. This can be the
logical OR of any of the |
Return value
Returns: | GModule |
A |
|
The data is owned by the called function. |