signal callback delegate or function to connect
void callback(gio.file.File destFile, gio.file.File[] sourceFileList, int action, gtk.places_sidebar.PlacesSidebar placesSidebar)
destFile Destination #GFile. (optional)
sourceFileList #GList of #GFile that got dropped. (optional)
action Drop action to perform. (optional)
placesSidebar the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to DragPerformDrop signal.
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.