Function
Gdkdrop_reply
Declaration [src]
void
gdk_drop_reply (
GdkDragContext* context,
gboolean accepted,
guint32 time_
)
Description [src]
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-
Type:
GdkDragContextA
GdkDragContext.The data is owned by the caller of the function. accepted-
Type:
gbooleanTRUEif the drop is accepted. time_-
Type:
guint32The timestamp for this operation.