~noasakurajin/xapp/master

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!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'/>
    <property type='b' name='PrimaryMenuIsOpen' access='read'/>
    <property type='b' name='SecondaryMenuIsOpen' access='read'/>
    <property type='s' name='Metadata' access='read' />
  </interface>
</node>