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>
|
2018-11-22 14:47:23 +00:00
|
|
|
<interface name='org.kde.StatusNotifierItem'>
|
2018-10-26 08:05:54 +00:00
|
|
|
<annotation name="org.gtk.GDBus.C.Name" value="Item" />
|
2018-11-22 14:47:23 +00:00
|
|
|
<method name='ContextMenu'>
|
|
|
|
<arg type='i' direction='in' name='x'/>
|
|
|
|
<arg type='i' direction='in' name='y'/>
|
2018-08-29 18:36:39 +00:00
|
|
|
</method>
|
2018-11-22 14:47:23 +00:00
|
|
|
<method name='Activate'>
|
|
|
|
<arg type='i' direction='in' name='x'/>
|
|
|
|
<arg type='i' direction='in' name='y'/>
|
2018-08-29 18:36:39 +00:00
|
|
|
</method>
|
2018-11-22 14:47:23 +00:00
|
|
|
<method name='SecondaryActivate'>
|
|
|
|
<arg type='i' direction='in' name='x'/>
|
|
|
|
<arg type='i' direction='in' name='y'/>
|
2018-08-29 18:36:39 +00:00
|
|
|
</method>
|
2018-11-22 14:47:23 +00:00
|
|
|
<method name='Scroll'>
|
|
|
|
<arg type='i' direction='in' name='delta'/>
|
|
|
|
<arg type='s' direction='in' name='orientation'/>
|
|
|
|
</method>
|
|
|
|
<signal name='NewTitle'/>
|
|
|
|
<signal name='NewIcon'/>
|
|
|
|
<signal name='NewAttentionIcon'/>
|
|
|
|
<signal name='NewOverlayIcon'/>
|
|
|
|
<signal name='NewToolTip'/>
|
|
|
|
<signal name='NewStatus'>
|
|
|
|
<arg type='s' name='status'/>
|
2018-08-29 18:36:39 +00:00
|
|
|
</signal>
|
2018-11-22 14:47:23 +00:00
|
|
|
<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='u' access='read'/>
|
|
|
|
<property name='IconThemePath' type='s' access='read'/>
|
|
|
|
<property name='IconName' type='s' access='read'/>
|
|
|
|
<property name='IconPixmap' type='a(iiay)' access='read'/>
|
|
|
|
<property name='OverlayIconName' type='s' access='read'/>
|
|
|
|
<property name='OverlayIconPixmap' type='a(iiay)' access='read'/>
|
|
|
|
<property name='AttentionIconName' type='s' access='read'/>
|
|
|
|
<property name='AttentionIconPixmap' type='a(iiay)' access='read'/>
|
|
|
|
<property name='AttentionMovieName' type='s' access='read'/>
|
|
|
|
<property name='ToolTip' type='(sa(iiay)ss)' access='read'/>
|
|
|
|
<property name='Menu' type='o' access='read'/>
|
|
|
|
<property name='ItemIsMenu' type='b' access='read'/>
|
|
|
|
</interface>
|
2018-08-29 18:36:39 +00:00
|
|
|
</node>
|