Struct
GioIOExtensionPoint
Functions
g_io_extension_point_implement
Registers type
as extension for the extension point with name
extension_point_name
.
Instance methods
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.
g_io_extension_point_set_required_type
Sets the required type for extension_point
to type
.
All implementations must henceforth have this type.