Gio.IOExtension¶
Fields¶
None
Methods¶
get_name () |
|
get_priority () |
|
get_type () |
Details¶
-
class
Gio.IOExtension¶ Gio.IOExtensionis an opaque data structure and can only be accessed using the following functions.-
get_name()[source]¶ Returns: the name of self. Return type: strGets 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: intGets the priority with which self was registered.
-
get_type()[source]¶ Returns: the type of self Return type: GObject.GTypeGets the type associated with self.
-