How to change the result returned by gtk_drag_context_get_actions?

In the following code, variable src_actions of type GTKDragAction is returned:

and later in this function, src_actions is used in conditional expression.

the src_actions variable has value:

GDK_ACTION_ASK | GDK_ACTION_COPY | GDK_ACTION_MOVE

i want to add value GDK_ACTION_LINK into the returned src_actions, how?

i had also created an issue here: issue when adding Link option besides copy and move in drag and drop · Issue #2 · padgettr/rfm · GitHub

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.