Gio.IOModule.prototype.load
function load(): void { // Gjs wrapper for g_io_module_load() }
Required API for GIO modules to implement.
This function is run after the module has been loaded into GIO, to initialize the module. Typically, this function will call Gio.io_extension_point_implement.