GtkTreeDragDestIface.dragDataReceived

Asks the #GtkTreeDragDest to insert a row before the path dest, deriving the contents of the row from selection_data.

struct GtkTreeDragDestIface
extern (C)
gboolean function(GtkTreeDragDest* dragDest, GtkTreePath* dest, GtkSelectionData* selectionData) dragDataReceived;