aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/menuitem.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-05-27 22:49:57 -0500
committerTed Gould <ted@gould.cx>2010-05-27 22:49:57 -0500
commit82f08075fc3166fdedb61bcaae942b1df58e856b (patch)
tree16ce0b04e48b81e2bb7ad73451c9974b959901b2 /libdbusmenu-glib/menuitem.h
parent73419da95d0dd08aa0075b95a203d713174f698a (diff)
downloadlibdbusmenu-82f08075fc3166fdedb61bcaae942b1df58e856b.tar.gz
libdbusmenu-82f08075fc3166fdedb61bcaae942b1df58e856b.tar.bz2
libdbusmenu-82f08075fc3166fdedb61bcaae942b1df58e856b.zip
Fixing annotations on the pointer prototypes.
Diffstat (limited to 'libdbusmenu-glib/menuitem.h')
-rw-r--r--libdbusmenu-glib/menuitem.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libdbusmenu-glib/menuitem.h b/libdbusmenu-glib/menuitem.h
index 6eaed02..58f2086 100644
--- a/libdbusmenu-glib/menuitem.h
+++ b/libdbusmenu-glib/menuitem.h
@@ -86,8 +86,8 @@ struct _DbusmenuMenuitem
/**
dbusmenu_menuitem_about_to_show_cb:
- @mi Menu item that should be shown
- @user_data Extra user data sent with the function
+ @mi: Menu item that should be shown
+ @user_data: (closure): Extra user data sent with the function
Callback prototype for a callback that is called when the
menu should be shown.
@@ -96,7 +96,7 @@ typedef void (*dbusmenu_menuitem_about_to_show_cb) (DbusmenuMenuitem * mi, gpoin
/**
dbusmenu_menuitem_buildxml_slot_t:
- @stringarray: (inout) (transfer none) (element utf8): An array of strings
+ @stringarray: (inout) (array) (transfer none) (element utf8): An array of strings
that can be combined into an XML file.
This is the function that is called to represent this menu item