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:
GdkDragContextA
GdkDragContext.The data is owned by the caller of the function. success-
Type:
gbooleanTRUEif the data was successfully received. time_-
Type:
guint32The timestamp for this operation.