get_actions


Description:

public DragAction get_actions ()

Returns the possible actions for this `GdkDrop`.

If this value contains multiple actions - i.e. [func@Gdk.DragAction.is_unique] returns false for the result - [method@Gdk.Drop.finish] must choose the action to use when accepting the drop. This will only happen if you passed gdk_action_ask as one of the possible actions in [method@Gdk.Drop.status]. gdk_action_ask itself will not be included in the actions returned by this function.

This value may change over the lifetime of the [class@Gdk.Drop] both as a response to source side actions as well as to calls to [ method@Gdk.Drop.status] or [method@Gdk.Drop.finish]. The source side will not change this value anymore once a drop has started.

Parameters:

this

a `GdkDrop`

Returns:

The possible `GdkDragActions`