finch/libgnt/gnttree.h

branch
soc.2013.gobjectification.plugins
changeset 37118
5bbf6b8c30fd
parent 37100
a243a5e7afb3
parent 35594
f1831b0421b2
child 37968
d54027600e1e
--- a/finch/libgnt/gnttree.h	Wed Feb 19 18:13:59 2014 +0530
+++ b/finch/libgnt/gnttree.h	Fri Feb 21 02:52:27 2014 +0530
@@ -42,6 +42,8 @@
 #define GNT_IS_TREE_CLASS(klass)	(G_TYPE_CHECK_CLASS_TYPE((klass), GNT_TYPE_TREE))
 #define GNT_TREE_GET_CLASS(obj)	(G_TYPE_INSTANCE_GET_CLASS((obj), GNT_TYPE_TREE, GntTreeClass))
 
+#define GNT_TYPE_TREE_ROW			(gnt_tree_row_get_type())
+
 typedef guint (*GntTreeHashFunc)(gconstpointer);
 typedef gboolean (*GntTreeHashEqualityFunc)(gconstpointer, gconstpointer);
 
@@ -118,6 +120,13 @@
 GType gnt_tree_get_type(void);
 
 /**
+ * gnt_tree_row_get_type:
+ *
+ * Returns: The #GType for the #GntTreeRow boxed structure.
+ */
+GType gnt_tree_row_get_type(void);
+
+/**
  * gnt_tree_new:
  *
  * Create a tree with one column.

mercurial