get_actions


Description:

public DragAction get_actions ()

Returns the possible actions for this `GdkDrop`.

If this value contains multiple actions - i.e. [[email protected]_unique] returns false for the result - [[email protected]] 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 [[email protected]]. gdk_action_ask itself will not be included in the actions returned by this function.

This value may change over the lifetime of the [[email protected]] both as a response to source side actions as well as to calls to [ [email protected]] or [[email protected]]. The source side will not change this value anymore once a drop has started.

Parameters:

this

a `GdkDrop`

Returns:

The possible `GdkDragActions`




2022 vala-language.org