Type Alias GModuleError

Source
pub type GModuleError = c_uint;
Expand description

GModuleError: @G_MODULE_ERROR_FAILED: there was an error loading or opening a module file @G_MODULE_ERROR_CHECK_FAILED: a module returned an error from its g_module_check_init() function

Errors returned by g_module_open_full().

Since: 2.70