Method

GtkDragSourceget_drag

Declaration [src]

GdkDrag*
gtk_drag_source_get_drag (
  GtkDragSource* source
)

Description [src]

Returns the underlying GdkDrag object for an ongoing drag.

Return value

Type: GdkDrag

The GdkDrag of the current drag operation.

The returned data is owned by the instance.
The return value can be NULL.