XApp.ObjectSkeleton¶
- Subclasses:
None
Methods¶
- Inherited:
Gio.DBusObjectSkeleton (6), GObject.Object (37), Gio.DBusObject (3), XApp.Object (1)
- Structs:
class |
|
|
Virtual Methods¶
Properties¶
- Inherited:
Signals¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class XApp.ObjectSkeleton(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
XApp.ObjectSkeleton
structure contains only private data and should only be accessed using the provided API.- classmethod new(object_path)¶
- Parameters:
object_path (
str
) – An object path.- Returns:
The skeleton object.
- Return type:
Creates a new skeleton object.
- set_status_icon_interface(interface_)¶
- Parameters:
interface (
XApp.StatusIconInterface
orNone
) – AXApp.StatusIconInterface
orNone
to clear the interface.
Sets the
XApp.StatusIconInterface
instance for the D-Bus interface ‘org.x.StatusIcon [gdbus-interface-org-x-StatusIcon.top_of_page]’ on self.