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