diff options
author | Ted Gould <ted@gould.cx> | 2010-10-27 14:42:29 -0400 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-10-27 14:42:29 -0400 |
commit | 78a962eab572397bf0833cfb077942d7efac6643 (patch) | |
tree | 97d089276606f1569dc7d13f9e02c08f5211b385 | |
parent | c59fd1db6380a2e848c88ebd2e40925cf70b4e04 (diff) | |
download | libdbusmenu-78a962eab572397bf0833cfb077942d7efac6643.tar.gz libdbusmenu-78a962eab572397bf0833cfb077942d7efac6643.tar.bz2 libdbusmenu-78a962eab572397bf0833cfb077942d7efac6643.zip |
Adding annotations into the 'GetProperty' method
-rw-r--r-- | libdbusmenu-glib/dbus-menu.xml | 17 |
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"> |