Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GIOExtensionPoint |
Struct : | IOExtensionPoint |
None |
Method / Constructor | Defined By | |
---|---|---|
get_extension_by_name
(String name)
:
Gio.IOExtension
Finds a GIOExtension for an extension point by name.
Finds a GIOExtension for an extension point by name.
given name, or NULL if there is no extension with that name
|
Gio.IOExtensionPoint | |
get_extensions
()
:
Array
Gets a list of all extensions that implement this extension point.
Gets a list of all extensions that implement this extension point.
The list is sorted by priority, beginning with the highest priority. GIOExtensions. The list is owned by GIO and should not be modified.
|
Gio.IOExtensionPoint | |
get_required_type
()
:
Number
Gets the required type for extension_point.
Gets the required type for extension_point.
or G_TYPE_INVALID if the extension point has no required type
|
Gio.IOExtensionPoint | |
set_required_type
(Number type)
:
none
Sets the required type for extension_point to type.
Sets the required type for extension_point to type.
All implementations must henceforth have this type.
|
Gio.IOExtensionPoint |
None |