Skip to content

Gio.IOExtension

record (struct)

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

Methods

get_name

def get_name(self) -> str

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.

get_priority

def get_priority(self) -> int

Gets the priority with which extension was registered.

get_type

def get_type(self) -> type | GObject.Type

Gets the type associated with extension.