diff options
author | Ted Gould <ted@gould.cx> | 2011-02-21 14:14:56 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-21 14:14:56 -0600 |
commit | e1c6f6e1ff157b43e1f07db384880749daa278c0 (patch) | |
tree | 4412fa8694230e4209380bc62cfb4d2bb858230d | |
parent | df0a25db8fe93989c3175b4c05e1febc14da5baa (diff) | |
download | libdbusmenu-e1c6f6e1ff157b43e1f07db384880749daa278c0.tar.gz libdbusmenu-e1c6f6e1ff157b43e1f07db384880749daa278c0.tar.bz2 libdbusmenu-e1c6f6e1ff157b43e1f07db384880749daa278c0.zip |
Fixing allow annotation
-rw-r--r-- | libdbusmenu-glib/menuitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-glib/menuitem.h b/libdbusmenu-glib/menuitem.h index 580c452..4a1c156 100644 --- a/libdbusmenu-glib/menuitem.h +++ b/libdbusmenu-glib/menuitem.h @@ -297,7 +297,7 @@ typedef void (*dbusmenu_menuitem_about_to_show_cb) (DbusmenuMenuitem * mi, gpoin /** * dbusmenu_menuitem_buildvariant_slot_t: * @mi: (in): Menu item that should be built from - * @properties: (allow none): A list of properties that should be the only ones in the resulting variant structure + * @properties: (allow-none): A list of properties that should be the only ones in the resulting variant structure * * This is the function that is called to represent this menu item * as a variant. Should call it's own children. |