GTK_TYPE_TREE_ROW_DATA
is otherwise valid
bool treeGetRowDragData(gobject.value.Value value, out gtk.tree_model.TreeModel treeModel, out gtk.tree_path.TreePath path)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.TreePath.free.
value | a gobject.value.Value |
treeModel | a gtk.tree_model.TreeModel |
path | row in tree_model |
GTK_TYPE_TREE_ROW_DATA
is otherwise valid