Function
Gtktree_get_row_drag_data
deprecated: 4.10
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().
Deprecated since: 4.10
Use list models instead.
Parameters
value
-
Type:
GValue
A
GValue
.The data is owned by the caller of the function. tree_model
-
Type:
GtkTreeModel
A
GtkTreeModel
.The argument will be set by the function. The argument can be set to NULL
by the function.The argument can be NULL
.The returned data is owned by the function. path
-
Type:
GtkTreePath
Row in
tree_model
.The argument will be set by the function. The argument can be set to NULL
by the function.The argument can be NULL
.The caller of the function takes ownership of the returned data, and is responsible for freeing it.