File: Properties.xml

package info (click to toggle)
gnome-shell-extension-appindicator 34-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 264 kB
  • sloc: javascript: 2,015; xml: 147; python: 55; makefile: 11
file content (16 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<interface name="org.freedesktop.DBus.Properties">
    <method name="Get">
        <arg type="s" direction="in" />
        <arg type="s" direction="in" />
        <arg type="v" direction="out" />
    </method>
    <method name="GetAll">
        <arg type="s" direction="in" />
        <arg type="a{sv}" direction="out" />
    </method>
    <signal name="PropertiesChanged">
        <arg type="s" direction="out" />
        <arg type="a{sv}" direction="out" />
        <arg type="as" direction="out" />
    </signal>
</interface>