Signal

GtkPlacesSidebar::drag-action-ask

since: 3.10

Declaration

gint
drag_action_ask (
  GtkPlacesSidebar* self,
  gint actions,
  gpointer user_data
)

Description [src]

The places sidebar emits this signal when it needs to ask the application to pop up a menu to ask the user for which drag action to perform.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 3.10

Parameters

actions

Type: gint

Possible drag actions that need to be asked for.

Return value

Type: gint

The final drag action that the sidebar should pass to the drag side of the drag-and-drop operation.