Gio.IOExtensionPoint.prototype.set_required_type

function set_required_type(type: GObject.Type): void {
    // Gjs wrapper for g_io_extension_point_set_required_type()
}
  

Sets the required type for extension_point to type. All implementations must henceforth have this type.

type

the GLib.Type to require