Gio.IOExtensionPoint.lookup
function lookup(name: String): Gio.IOExtensionPoint {
// Gjs wrapper for g_io_extension_point_lookup()
}
Looks up an existing extension point.
- name
the name of the extension point
- Returns
the Gio.IOExtensionPoint, or null if there is no registered extension point with the given name.