Method
Gtk TreeSelectionget_user_data
Declaration [src]
gpointer
gtk_tree_selection_get_user_data(
GtkTreeSelection*selection
)
Description [src]
Returns the user data for the selection function.
This method is not directly available to language bindings.
Return value
Type: gpointer
The user data.
The returned data is owned by the instance.
The return value can be
NULL.