3
by Cody Russell
dbus binding fu |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<node name="/"> |
|
3 |
<interface name="org.ayatana.WindowMenu.Registrar"> |
|
4 |
||
5 |
<!-- Methods -->
|
|
6 |
<method name="RegisterWindow"> |
|
7 |
<annotation name="org.freedesktop.DBus.GLib.Async" value="true" /> |
|
8 |
<arg type="u" name="windowID" direction="in" /> |
|
9 |
<arg type="o" name="path" direction="in" /> |
|
10 |
</method>
|
|
11 |
||
12 |
</interface>
|
|
13 |
</node>
|