aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/dbus-menu.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-10-27 14:42:29 -0400
committerTed Gould <ted@gould.cx>2010-10-27 14:42:29 -0400
commit78a962eab572397bf0833cfb077942d7efac6643 (patch)
tree97d089276606f1569dc7d13f9e02c08f5211b385 /libdbusmenu-glib/dbus-menu.xml
parentc59fd1db6380a2e848c88ebd2e40925cf70b4e04 (diff)
downloadlibdbusmenu-78a962eab572397bf0833cfb077942d7efac6643.tar.gz
libdbusmenu-78a962eab572397bf0833cfb077942d7efac6643.tar.bz2
libdbusmenu-78a962eab572397bf0833cfb077942d7efac6643.zip
Adding annotations into the 'GetProperty' method
Diffstat (limited to 'libdbusmenu-glib/dbus-menu.xml')
-rw-r--r--libdbusmenu-glib/dbus-menu.xml17
1 files changed, 14 insertions, 3 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml
index fc3d82b..bd3ea0b 100644
--- a/libdbusmenu-glib/dbus-menu.xml
+++ b/libdbusmenu-glib/dbus-menu.xml
@@ -241,9 +241,20 @@ License version 3 and version 2.1 along with this program. If not, see
</method>
<method name="GetProperty">
- <arg type="i" name="id" direction="in" />
- <arg type="s" name="name" direction="in" />
- <arg type="v" name="value" direction="out" />
+ <dox:d>
+ Get a signal property on a single item. This is not useful if you're
+ going to implement this interface, it should only be used if you're
+ debugging via a commandline tool.
+ </dox:d>
+ <arg type="i" name="id" direction="in">
+ <dox:d>the id of the item which received the event</dox:d>
+ </arg>
+ <arg type="s" name="name" direction="in">
+ <dox:d>the name of the property to get</dox:d>
+ </arg>
+ <arg type="v" name="value" direction="out">
+ <dox:d>the value of the property</dox:d>
+ </arg>
</method>
<method name="Event">