Function
Gtktree_create_row_drag_content
Declaration [src]
GdkContentProvider*
gtk_tree_create_row_drag_content (
  GtkTreeModel* tree_model,
  GtkTreePath* path
)
Parameters
- tree_model
- 
            Type: GtkTreeModelA GtkTreeModelThe data is owned by the caller of the function. 
- path
- 
            Type: GtkTreePathA row in tree_model.The data is owned by the caller of the function. 
Return value
Type: GdkContentProvider
A new GdkContentProvider
| The caller of the function takes ownership of the data, and is responsible for freeing it. |