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.
dirname |
pathname for a directory containing modules to load |
a list of Modules loaded from |