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:
GdkDragContext
A
GdkDragContext
.The data is owned by the caller of the function. accepted
-
Type:
gboolean
TRUE
if the drop is accepted. time_
-
Type:
guint32
The timestamp for this operation.