Gio.IOExtension

Fields

None

Methods

get_name ()

get_priority ()

get_type ()

Details

class Gio.IOExtension

Gio.IOExtension is an opaque data structure and can only be accessed using the following functions.

get_name()[source]
Returns:

the name of self.

Return type:

str

Gets the name under which self was registered.

Note that the same type may be registered as extension for multiple extension points, under different names.

get_priority()[source]
Returns:

the priority of self

Return type:

int

Gets the priority with which self was registered.

get_type()[source]
Returns:

the type of self

Return type:

GObject.GType

Gets the type associated with self.