summaryrefslogtreecommitdiff
path: root/gtk/gtktreeselection.c
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2001-09-08 18:23:47 +0000
committerJonathan Blandford <jrb@src.gnome.org>2001-09-08 18:23:47 +0000
commit9e1fc3a7babc6c6b611024a1856573ab12c65386 (patch)
tree1e7464bac14bbe004943c0839266fbea7edba85e /gtk/gtktreeselection.c
parentfd97e93165ed58427f7d442b90e3ce992d37eb3a (diff)
downloadgtk+-9e1fc3a7babc6c6b611024a1856573ab12c65386.tar.gz
Write documentation Write documentation
Sat Sep 8 14:19:49 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtkliststore.c: Write documentation * gtk/gtktreestore.c: Write documentation Quick Documentation cleanup pass.
Diffstat (limited to 'gtk/gtktreeselection.c')
-rw-r--r--gtk/gtktreeselection.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/gtk/gtktreeselection.c b/gtk/gtktreeselection.c
index b09d007813..3105c86469 100644
--- a/gtk/gtktreeselection.c
+++ b/gtk/gtktreeselection.c
@@ -276,7 +276,15 @@ gtk_tree_selection_get_user_data (GtkTreeSelection *selection)
return selection->user_data;
}
-GtkTreeView*
+/**
+ * gtk_tree_selection_get_tree_view:
+ * @selection: A #GtkTreeSelection
+ *
+ * Returns the tree view associated with @selection.
+ *
+ * Return value: A #GtkTreeView
+ **/
+GtkTreeView *
gtk_tree_selection_get_tree_view (GtkTreeSelection *selection)
{
g_return_val_if_fail (GTK_IS_TREE_SELECTION (selection), NULL);