2018-08-29 18:36:39 +00:00
|
|
|
<!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">
|
2018-10-26 08:05:54 +00:00
|
|
|
<annotation name="org.gtk.GDBus.C.Name" value="Watcher" />
|
2018-08-29 18:36:39 +00:00
|
|
|
|
|
|
|
<!-- methods -->
|
|
|
|
<method name="RegisterStatusNotifierItem">
|
2018-10-26 08:05:54 +00:00
|
|
|
<annotation name="org.gtk.GDBus.C.Name" value="RegisterItem" />
|
|
|
|
<arg name="service" type="s" direction="in"/>
|
2018-08-29 18:36:39 +00:00
|
|
|
</method>
|
|
|
|
|
|
|
|
<method name="RegisterStatusNotifierHost">
|
2018-10-26 08:05:54 +00:00
|
|
|
<annotation name="org.gtk.GDBus.C.Name" value="RegisterHost" />
|
|
|
|
<arg name="service" type="s" direction="in"/>
|
2018-08-29 18:36:39 +00:00
|
|
|
</method>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- properties -->
|
|
|
|
|
|
|
|
<property name="RegisteredStatusNotifierItems" type="as" access="read">
|
2018-10-26 08:05:54 +00:00
|
|
|
<annotation name="org.gtk.GDBus.C.Name" value="RegisteredItems" />
|
|
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QStringList"/>
|
2018-08-29 18:36:39 +00:00
|
|
|
</property>
|
|
|
|
|
2018-10-26 08:05:54 +00:00
|
|
|
<property name="IsStatusNotifierHostRegistered" type="b" access="read">
|
|
|
|
<annotation name="org.gtk.GDBus.C.Name" value="IsHostRegistered" />
|
|
|
|
</property>
|
2018-08-29 18:36:39 +00:00
|
|
|
|
|
|
|
<property name="ProtocolVersion" type="i" access="read"/>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- signals -->
|
|
|
|
|
|
|
|
<signal name="StatusNotifierItemRegistered">
|
2018-10-26 08:05:54 +00:00
|
|
|
<annotation name="org.gtk.GDBus.C.Name" value="ItemRegistered" />
|
|
|
|
<arg type="s" direction="out" name="service" />
|
2018-08-29 18:36:39 +00:00
|
|
|
</signal>
|
|
|
|
|
|
|
|
<signal name="StatusNotifierItemUnregistered">
|
2018-10-26 08:05:54 +00:00
|
|
|
<annotation name="org.gtk.GDBus.C.Name" value="ItemUnregistered" />
|
|
|
|
<arg type="s" direction="out" name="service" />
|
2018-08-29 18:36:39 +00:00
|
|
|
</signal>
|
|
|
|
|
|
|
|
<signal name="StatusNotifierHostRegistered">
|
2018-10-26 08:05:54 +00:00
|
|
|
<annotation name="org.gtk.GDBus.C.Name" value="HostRegistered" />
|
2018-08-29 18:36:39 +00:00
|
|
|
</signal>
|
|
|
|
|
|
|
|
<signal name="StatusNotifierHostUnregistered">
|
2018-10-26 08:05:54 +00:00
|
|
|
<annotation name="org.gtk.GDBus.C.Name" value="HostUnregistered" />
|
2018-08-29 18:36:39 +00:00
|
|
|
</signal>
|
|
|
|
</interface>
|
|
|
|
</node>
|