summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorSoeren Sandmann <sandmann@daimi.au.dk>2003-09-19 11:29:10 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2003-09-19 11:29:10 +0000
commitad709dcfea6565239902d6c37db09cf2757bf041 (patch)
tree8778c211eac821cdc7f1e65ee73271609322de9e /gtk
parent85e23e7121889a234065b28d654843165388e7f5 (diff)
downloadgtk+-ad709dcfea6565239902d6c37db09cf2757bf041.tar.gz
Improve documentation. (#117306, Steve Chaplin)
Fri Sep 19 13:24:54 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtktreeview.c (gtk_tree_view_get_cursor): Improve documentation. (#117306, Steve Chaplin)
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtktreeview.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c
index 81ddb0afc6..4ad8cb7235 100644
--- a/gtk/gtktreeview.c
+++ b/gtk/gtktreeview.c
@@ -10180,6 +10180,9 @@ gtk_tree_view_real_set_cursor (GtkTreeView *tree_view,
* Fills in @path and @focus_column with the current path and focus column. If
* the cursor isn't currently set, then *@path will be %NULL. If no column
* currently has focus, then *@focus_column will be %NULL.
+ *
+ * The returned #GtkTreePath must be freed with gtk_tree_path_free() when
+ * you are done with it.
**/
void
gtk_tree_view_get_cursor (GtkTreeView *tree_view,