Codebase list xapp / 8c0d76b libxapp / org.x.StatusIcon.xml
8c0d76b

Tree @8c0d76b (Download .tar.gz)

org.x.StatusIcon.xml @8c0d76braw · history · blame

<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
                      "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<!-- GDBus 2.48.1 -->
<node>
  <interface name='org.x.StatusIcon'>
    <method name='ButtonPress'>
        <arg name='x' direction='in' type='i'/>
        <arg name='y' direction='in' type='i'/>
        <arg name='button' direction='in' type='u'/>
        <arg name='time' direction='in' type='u'/>
        <arg name='panel_position' direction='in' type='i'/>
    </method>
    <method name='ButtonRelease'>
        <arg name='x' direction='in' type='i'/>
        <arg name='y' direction='in' type='i'/>
        <arg name='button' direction='in' type='u'/>
        <arg name='time' direction='in' type='u'/>
        <arg name='panel_position' direction='in' type='i'/>
    </method>
    <method name='Scroll'>
        <arg name='delta' direction='in' type='i'/>
        <arg name='orientation' direction='in' type='i'/>
        <arg name='time' direction='in' type='u'/>
    </method>
    <property type='s' name='Name' access='read'/>
    <property type='s' name='IconName' access='read'/>
    <property type='s' name='TooltipText' access='read'/>
    <property type='s' name='Label' access='read'/>
    <property type='b' name='Visible' access='read'/>
    <property type='i' name='IconSize' access='readwrite'/>
  </interface>
</node>