summaryrefslogtreecommitdiff
path: root/finch/libgnt/gnttree.h
diff options
context:
space:
mode:
Diffstat (limited to 'finch/libgnt/gnttree.h')
-rw-r--r--finch/libgnt/gnttree.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/finch/libgnt/gnttree.h b/finch/libgnt/gnttree.h
index 2c25ff638e..289851fd43 100644
--- a/finch/libgnt/gnttree.h
+++ b/finch/libgnt/gnttree.h
@@ -190,7 +190,13 @@ char * gnt_tree_get_selection_text(GntTree *tree);
*/
GList * gnt_tree_get_selection_text_list(GntTree *tree);
-const GList *gnt_tree_get_rows(GntTree *tree);
+/**
+ *
+ * @param tree
+ *
+ * @constreturn
+ */
+GList *gnt_tree_get_rows(GntTree *tree);
/**
*