pub fn tree_get_row_drag_data(
    value: &Value
) -> Option<(Option<TreeModel>, Option<TreePath>)>
Expand description

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().

value

a GValue

Returns

true if @selection_data had target type GTK_TYPE_TREE_ROW_DATA is otherwise valid

tree_model

a TreeModel

path

row in @tree_model