Top | ![]() |
![]() |
![]() |
![]() |
EModule * | e_module_new () |
const |
e_module_get_filename () |
EModule * | e_module_load_file () |
|
e_module_load_all_in_directory () |
EModule *
e_module_new (const gchar *filename
);
Creates a new EModule that will load the specific shared library when in use.
Since: 3.4
constgchar * e_module_get_filename (EModule *module
);
Returns the filename of the shared library for module
. The
string is owned by module
and should not be modified or freed.
Since: 3.4
EModule *
e_module_load_file (const gchar *filename
);
Load the module from the specified filename into memory. If
you want to unload it (enabling on-demand loading) you must call
g_type_module_unuse()
Since: 3.16
GList * e_module_load_all_in_directory (const
);gchar *dirname
Loads all the modules in the specified directory into memory. If
you want to unload them (enabling on-demand loading) you must call
g_type_module_unuse()
g_list_free()
Since: 3.4
struct EModule { };
Contains only private data that should be read and manipulated using the functions below.
Since: 3.4