Method
Gdk.Drop.get_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 property | Gdk.Drop:drag | 
Return value
| Returns: GdkDrag | |
| the corresponding  | |
| Ownership is not transferred to the caller | |
| Can be NULL | |