Function
Gdkdrag_drop
Declaration [src]
void
gdk_drag_drop (
GdkDragContext* context,
guint32 time_
)
Description [src]
Drops on the current destination.
This function is called by the drag source.
This function does not need to be called in managed drag and drop
operations. See gdk_drag_context_manage_dnd() for more information.
Parameters
context-
Type:
GdkDragContextA
GdkDragContext.The data is owned by the caller of the function. time_-
Type:
guint32The timestamp for this operation.