Function
Gdkdrop_finish
Declaration [src]
void
gdk_drop_finish (
GdkDragContext* context,
gboolean success,
guint32 time_
)
Description [src]
Ends the drag operation after a drop.
This function is called by the drag destination.
Parameters
context
-
Type:
GdkDragContext
A
GdkDragContext
.The data is owned by the caller of the function. success
-
Type:
gboolean
TRUE
if the data was successfully received. time_
-
Type:
guint32
The timestamp for this operation.