XApp.Object¶
- Implementations:
Methods¶
Virtual Methods¶
None
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
status-icon-interface |
Signals¶
None
Fields¶
None
Class Details¶
- class XApp.Object¶
- Bases:
- Structure:
The
XApp.Object
type is a specialized container of interfaces.- get_status_icon_interface()¶
- Returns:
A
XApp.StatusIconInterface
that must be freed withGObject.Object.unref
() orNone
if self does not implement the interface.- Return type:
Gets the
XApp.StatusIconInterface
instance for the D-Bus interface ‘org.x.StatusIcon [gdbus-interface-org-x-StatusIcon.top_of_page]’ on self, if any.
Property Details¶
- XApp.Object.props.status_icon_interface¶
- Name:
status-icon-interface
- Type:
- Default Value:
- Flags:
The
XApp.StatusIconInterface
instance corresponding to the D-Bus interface ‘org.x.StatusIcon [gdbus-interface-org-x-StatusIcon.top_of_page]’, if any.Connect to the
GObject.Object
::notify
signal to get informed of property changes.