Signal

GtkPlacesSidebar::drag-perform-drop

since: 3.10

Declaration

void
drag_perform_drop (
  GtkPlacesSidebar* self,
  GioFile* dest_file,
  gpointer source_file_list,
  gint action,
  gpointer user_data
)

Description [src]

The places sidebar emits this signal when the user completes a drag-and-drop operation and one of the sidebar’s items is the destination. This item is in the dest_file, and the source_file_list has the list of files that are dropped into it and which should be copied/moved/etc. based on the specified action.

Default handler:

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

Available since: 3.10

Parameters

dest_file

Type: GFile

Destination GFile.

The data is owned by the caller of the function.
source_file_list

Type: A list of None

GList of GFile that got dropped.

action

Type: gint

Drop action to perform.