Function
EDataServerModuleload_all_in_directory
since: 3.4
Declaration [src]
GList*
e_module_load_all_in_directory (
const gchar* dirname
)
Description [src]
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() on all the modules. Free the returned list
with g_list_free().
Available since: 3.4