Gio.IOModule.new

function new(filename: String): Gio.IOModule {
    // Gjs wrapper for g_io_module_new()
}
  

Creates a new GIOModule that will load the specific shared library when in use.

filename

filename of the shared library module.

Returns

a Gio.IOModule from given filename, or null on error.