:right-sidebar: True IOExtension =================================================================== .. currentmodule:: gi.repository.Gio .. class:: IOExtension(*args, **kwargs) :no-contents-entry: :obj:`~gi.repository.Gio.IOExtension` is an opaque data structure and can only be accessed using the following functions. Methods ------- .. rst-class:: interim-class .. class:: IOExtension :no-index: .. method:: get_name() -> 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. .. method:: get_priority() -> int Gets the priority with which ``extension`` was registered. .. method:: get_type() -> type Gets the type associated with ``extension``.