--- a/finch/libgnt/gntmenuitem.h Tue Feb 04 02:50:48 2014 +0530 +++ b/finch/libgnt/gntmenuitem.h Tue Feb 04 04:56:36 2014 +0530 @@ -1,7 +1,3 @@ -/** - * @file gntmenuitem.h Menuitem API - * @ingroup gnt - */ /* * GNT - The GLib Ncurses Toolkit * @@ -23,6 +19,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ +/** + * SECTION:gntmenuitem + * @section_id: libgnt-gntmenuitem + * @short_description: <filename>gntmenuitem.h</filename> + * @title: Menuitem + */ #ifndef GNT_MENUITEM_H #define GNT_MENUITEM_H @@ -78,6 +80,7 @@ { GObjectClass parent; + /*< private >*/ void (*gnt_reserved1)(void); void (*gnt_reserved2)(void); void (*gnt_reserved3)(void);