summaryrefslogtreecommitdiff
path: root/data/dbus-interfaces2.xml
AgeCommit message (Collapse)Author
2020-04-06dbus-manager: clarify CreateFolder methodAlberts Muktupāvels
https://gitlab.gnome.org/GNOME/nautilus/-/merge_requests/504
2020-04-06dbus-manager: add ask_confirmation parameter to EmptyTrashAlberts Muktupāvels
https://gitlab.gnome.org/GNOME/nautilus/-/merge_requests/504
2020-04-06dbus-manager: add DeleteURIs methodAlberts Muktupāvels
Add DeleteURIs method to make it possible to permanently delete files avoiding trash. https://gitlab.gnome.org/GNOME/nautilus/merge_requests/504
2020-04-06dbus-manager: add and implement FileOperations2 interfaceAlberts Muktupāvels
Add new version of FileOperations interface. This versions adds PlatformData argument to all methods. Currently supported arguments are parent-handle and timestamp. This change is necessary for proper focus handling. https://gitlab.gnome.org/GNOME/nautilus/merge_requests/504