Function
Gtk.tree_get_row_drag_data
Declaration [src]
gboolean
gtk_tree_get_row_drag_data (
const GValue* value,
GtkTreeModel** tree_model,
GtkTreePath** path
)
Description [src]
Obtains a tree_model
and path
from value of target type
GTK_TYPE_TREE_ROW_DATA
.
The returned path must be freed with gtk_tree_path_free()
.
Parameters
value |
const GValue* |
a |
|
The data is owned by the caller of the function | |
tree_model |
GtkTreeModel |
a |
|
Direction: out | |
The data is owned by the caller of the function | |
path |
GtkTreePath |
row in |
|
Direction: out | |
The called function takes ownership of the data, and is responsible for freeing it |