GtkTreeDragDestIface.dragDataReceived

Asks the gtk.tree_drag_dest.TreeDragDest to insert a row before the path dest, deriving the contents of the row from selection_data.

struct GtkTreeDragDestIface
extern (C)
bool function(GtkTreeDragDest* dragDest, GtkTreePath* dest, const(GValue)* value) dragDataReceived;