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