diff options
author | Ted Gould <ted@gould.cx> | 2011-02-24 12:51:14 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-24 12:51:14 -0600 |
commit | d7094a2985f0f6aff0ed47044df8b27fd2c860a6 (patch) | |
tree | 0d91030bfe58cb3cdec719add2857f906616592b /libdbusmenu-gtk/genericmenuitem.c | |
parent | 23af95956cddc1d3cb858d537a2c85cb0f0d0851 (diff) | |
parent | 0184d1824357d0e3bcf4e4142b26663ba21e7c4c (diff) | |
download | libdbusmenu-d7094a2985f0f6aff0ed47044df8b27fd2c860a6.tar.gz libdbusmenu-d7094a2985f0f6aff0ed47044df8b27fd2c860a6.tar.bz2 libdbusmenu-d7094a2985f0f6aff0ed47044df8b27fd2c860a6.zip |
* Documentation fixes
* Making menuitems track their own parents
* Resolving property changes by looking at the properties
directly.
Diffstat (limited to 'libdbusmenu-gtk/genericmenuitem.c')
-rw-r--r-- | libdbusmenu-gtk/genericmenuitem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-gtk/genericmenuitem.c b/libdbusmenu-gtk/genericmenuitem.c index 2fd6fba..3652ceb 100644 --- a/libdbusmenu-gtk/genericmenuitem.c +++ b/libdbusmenu-gtk/genericmenuitem.c @@ -32,7 +32,7 @@ License version 3 and version 2.1 along with this program. If not, see #include "genericmenuitem.h" -/** +/* GenericmenuitemPrivate: @check_type: What type of check we have, or none at all. @state: What the state of our check is. |