mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-12 02:05:54 +00:00
64 lines
2.0 KiB
XML
64 lines
2.0 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>
|
|
<!-- This is a minimally cut down version of the interface only implementing the
|
|
methods and properties used by xembedsniproxy -->
|
|
<interface name="org.kde.StatusNotifierItem">
|
|
|
|
<property name="Category" type="s" access="read"/>
|
|
<property name="Id" type="s" access="read"/>
|
|
<property name="Title" type="s" access="read"/>
|
|
<property name="Status" type="s" access="read"/>
|
|
<property name="WindowId" type="i" access="read"/>
|
|
|
|
<property name="ItemIsMenu" type="b" access="read"/>
|
|
|
|
|
|
<property name="IconPixmap" type="(iiay)" access="read">
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName" value="KDbusImageVector"/>
|
|
</property>
|
|
|
|
<!-- interaction: the systemtray wants the application to do something -->
|
|
<method name="ContextMenu">
|
|
<!-- we're passing the coordinates of the icon, so the app knows where to put the popup window -->
|
|
<arg name="x" type="i" direction="in"/>
|
|
<arg name="y" type="i" direction="in"/>
|
|
</method>
|
|
|
|
<method name="Activate">
|
|
<arg name="x" type="i" direction="in"/>
|
|
<arg name="y" type="i" direction="in"/>
|
|
</method>
|
|
|
|
<method name="SecondaryActivate">
|
|
<arg name="x" type="i" direction="in"/>
|
|
<arg name="y" type="i" direction="in"/>
|
|
</method>
|
|
|
|
<method name="Scroll">
|
|
<arg name="delta" type="i" direction="in"/>
|
|
<arg name="orientation" type="s" direction="in"/>
|
|
</method>
|
|
|
|
<!-- Signals: the client wants to change something in the status-->
|
|
<signal name="NewTitle">
|
|
</signal>
|
|
|
|
<signal name="NewIcon">
|
|
</signal>
|
|
|
|
<signal name="NewAttentionIcon">
|
|
</signal>
|
|
|
|
<signal name="NewOverlayIcon">
|
|
</signal>
|
|
|
|
<signal name="NewToolTip">
|
|
</signal>
|
|
|
|
<signal name="NewStatus">
|
|
<arg name="status" type="s"/>
|
|
</signal>
|
|
|
|
</interface>
|
|
</node>
|