Method
GtkDropTargetget_current_drop
since: 4.4
Declaration [src]
GdkDrop*
gtk_drop_target_get_current_drop (
  GtkDropTarget* self
)
Description [src]
Gets the currently handled drop operation.
If no drop operation is going on, NULL is returned.
Available since: 4.4
| Gets property | Gtk.DropTarget:current-drop | 
Return value
Type: GdkDrop
The current drop.
| The data is owned by the instance. | 
| The return value can be NULL. |