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.
This commit is contained in:
committed by
Jonathan Blandford
parent
fd97e93165
commit
9e1fc3a7ba
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user