--- a/finch/libgnt/gntwidget.h Tue Feb 04 02:50:48 2014 +0530 +++ b/finch/libgnt/gntwidget.h Tue Feb 04 04:56:36 2014 +0530 @@ -1,7 +1,3 @@ -/** - * @file gntwidget.h Widget 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:gntwidget + * @section_id: libgnt-gntwidget + * @short_description: <filename>gntwidget.h</filename> + * @title: Widget + */ #ifndef GNT_WIDGET_H #define GNT_WIDGET_H @@ -104,6 +106,7 @@ GntWidgetPriv priv; WINDOW *window; + /*< private >*/ void (*gnt_reserved1)(void); void (*gnt_reserved2)(void); void (*gnt_reserved3)(void); @@ -131,6 +134,7 @@ void (*activate)(GntWidget *widget); gboolean (*clicked)(GntWidget *widget, GntMouseEvent event, int x, int y); + /*< private >*/ void (*gnt_reserved1)(void); void (*gnt_reserved2)(void); void (*gnt_reserved3)(void);