Method

GdkDropget_drag

Declaration [src]

GdkDrag*
gdk_drop_get_drag (
  GdkDrop* self
)

Description [src]

If this is an in-app drag-and-drop operation, returns the GdkDrag that corresponds to this drop.

If it is not, NULL is returned.

Gets propertyGdk.Drop:drag

Return value

Returns: GdkDrag
 

The corresponding GdkDrag

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