Gio.IOExtensionPoint.prototype.get_extensions
function get_extensions(): Array(Gio.IOExtension) {
// Gjs wrapper for g_io_extension_point_get_extensions()
}
Gets a list of all extensions that implement this extension point. The list is sorted by priority, beginning with the highest priority.
- Returns
a GLib.List of #GIOExtensions. The list is owned by GIO and should not be modified.