Libraries:Gtk:Gio:GIOExtension
Types
T
Constants
Nil : T
Methods
:"="(_ @ T, _ @ T)
:GetName(self @ T) : Std.String.T
Gets the name under which extension was registered.
Note that the same type may be registered as extension for multiple extension points, under different names.
extension | a T |
Returns | the name of extension. |
:GetPriority(self @ T) : Std.Integer.SmallT
Gets the priority with which extension was registered.
extension | a T |
Returns | the priority of extension |
:GetType(self @ T) : Gtk.GObject.Type.T
:RefClass(self @ T) : Std.Object.T
Gets a reference to the class for the type that is associated with extension.
extension | a T |
Returns | the GTypeClass for the type of extension. [transfer full] |