dropReply
fn
void dropReply(gdk.drag_context.DragContext context, bool accepted, uint time)Accepts or rejects a drop.
This function is called by the drag destination in response to a drop initiated by the drag source.
Parameters
context | a #GdkDragContext |
accepted | true if the drop is accepted |
time | the timestamp for this operation |