finch/libgnt/gnttree.h

branch
soc.2013.gobjectification.plugins
changeset 37064
3373bd0b4ea6
parent 37051
f1ba94fd20f1
parent 35447
5a8d59fd6c2e
child 37075
cf3f735b09b7
--- a/finch/libgnt/gnttree.h	Tue Feb 04 02:50:48 2014 +0530
+++ b/finch/libgnt/gnttree.h	Tue Feb 04 04:56:36 2014 +0530
@@ -1,7 +1,3 @@
-/**
- * @file gnttree.h Tree 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:gnttree
+ * @section_id: libgnt-gnttree
+ * @short_description: <filename>gnttree.h</filename>
+ * @title: Tree
+ */
 
 #ifndef GNT_TREE_H
 #define GNT_TREE_H
@@ -93,6 +95,7 @@
 	void (*selection_changed)(GntTreeRow *old, GntTreeRow * current);
 	void (*toggled)(GntTree *tree, gpointer key);
 
+	/*< private >*/
 	void (*gnt_reserved1)(void);
 	void (*gnt_reserved2)(void);
 	void (*gnt_reserved3)(void);

mercurial