Gio.IOExtensionPoint.register
function register(name: String): Gio.IOExtensionPoint {
// Gjs wrapper for g_io_extension_point_register()
}
Registers an extension point.
- name
The name of the extension point
- Returns
the new Gio.IOExtensionPoint. This object is owned by GIO and should not be freed.