load_all_in_directory
Description:
Loads all the modules in the specified directory into memory.
If you want to unload them (enabling on-demand loading) you must call unuse on all the modules. Free the returned list with g_list_free.
Parameters:
dirname |
pathname for a directory containing modules to load |
Returns:
a list of Modules loaded from |