open

fun open(fileName: String? = null, flags: ModuleFlags): Module(source)

A thin wrapper function around g_module_open_full()

Return

a #GModule on success, or null on failure

Parameters

fileName

the name or path to the file containing the module, or null to obtain a #GModule representing the main program itself

flags

the flags used for opening the module. This can be the logical OR of any of the #GModuleFlags.