DragContext.dropReply

Accepts or rejects a drop.

This function is called by the drag destination in response to a drop initiated by the drag source.

class DragContext
static
void
dropReply

Parameters

context DragContext

a #GdkDragContext

accepted bool

%TRUE if the drop is accepted

time uint

the timestamp for this operation

Meta