mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-22 03:02:49 +00:00
24 lines
1.1 KiB
XML
24 lines
1.1 KiB
XML
|
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
|
||
|
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
||
|
<node>
|
||
|
<interface name="org.kde.StatusNotifierWatcher">
|
||
|
<annotation name="org.gtk.GDBus.C.Name" value="watcher"/>
|
||
|
<property name="RegisteredStatusNotifierItems" type="as" access="read"/>
|
||
|
<property name="IsStatusNotifierHostRegistered" type="b" access="read"/>
|
||
|
<property name="ProtocolVersion" type="i" access="read"/>
|
||
|
<method name="RegisterStatusNotifierItem">
|
||
|
<arg type="s" direction="in" name="service"/>
|
||
|
</method>
|
||
|
<method name="RegisterStatusNotifierHost">
|
||
|
<arg type="s" direction="in" name="service"/>
|
||
|
</method>
|
||
|
<signal name="StatusNotifierItemRegistered">
|
||
|
<arg type="s" direction="out" name="service"/>
|
||
|
</signal>
|
||
|
<signal name="StatusNotifierItemUnregistered">
|
||
|
<arg type="s" direction="out" name="service"/>
|
||
|
</signal>
|
||
|
<signal name="StatusNotifierHostRegistered"/>
|
||
|
</interface>
|
||
|
</node>
|