Gio.IOExtensionPoint.prototype.get_extension_by_name
function get_extension_by_name(name: String): Gio.IOExtension {
// Gjs wrapper for g_io_extension_point_get_extension_by_name()
}
Finds a Gio.IOExtension for an extension point by name.
- name
the name of the extension to get
- Returns
the Gio.IOExtension for extension_point that has the given name, or null if there is no extension with that name