XApp.StatusIconMonitor¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Name |
Short Description |
---|---|
This signal is emitted by the monitor when it has discovered a new |
|
This signal is emitted by the monitor when an |
Fields¶
- Inherited:
Class Details¶
- class XApp.StatusIconMonitor(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
a new
XApp.StatusIconMonitor
. UseGObject.Object.unref
when finished.- Return type:
Creates a new monitor.
New in version 1.6.
Signal Details¶
- XApp.StatusIconMonitor.signals.icon_added(status_icon_monitor, proxy)¶
- Signal Name:
icon-added
- Flags:
- Parameters:
status_icon_monitor (
XApp.StatusIconMonitor
) – The object which received the signalproxy (
XApp.StatusIconInterfaceProxy
) – the interface proxy for theXApp.StatusIcon
that has been added.
This signal is emitted by the monitor when it has discovered a new
XApp.StatusIcon
on the bus.
- XApp.StatusIconMonitor.signals.icon_removed(status_icon_monitor, proxy)¶
- Signal Name:
icon-removed
- Flags:
- Parameters:
status_icon_monitor (
XApp.StatusIconMonitor
) – The object which received the signalproxy (
XApp.StatusIconInterfaceProxy
) – theXApp.StatusIcon
proxy that has been removed.
This signal is emitted by the monitor when an
XApp.StatusIcon
has disappeared from the bus.