RGtk2 (version 2.20.31)

gIOModulesLoadAllInDirectory: gIOModulesLoadAllInDirectory

Description

Loads all the modules in the specified directory.

Usage

gIOModulesLoadAllInDirectory(dirname)

Arguments

dirname
pathname for a directory containing modules to load.

Value

GIOModules loaded from the directory, All the modules are loaded into memory, if you want to unload them (enabling on-demand loading) you must call gTypeModuleUnuse() on all the modules.