IOExtensionPoint.implement

Registers type as extension for the extension point with name extension_point_name.

If type has already been registered as an extension for this extension point, the existing gio.IOExtension object is returned.

class IOExtensionPoint
static
implement

Parameters

extensionPointName string

the name of the extension point

type GType

the GType to register as extension

extensionName string

the name for the extension

priority int

the priority for the extension

Return Value

a gio.IOExtension object for GType