Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
Files
Commits
7adf189c
Commit
7adf189c
authored
Apr 06, 2020
by
Alberts Muktupāvels
Browse files
dbus-manager: deprecate old interface
!504
parent
1a26621d
Changes
2
Hide whitespace changes
Inline
Side-by-side
data/dbus-interfaces.xml
View file @
7adf189c
...
...
@@ -23,6 +23,13 @@
<node
name=
"/"
xmlns:doc=
"http://www.freedesktop.org/dbus/1.0/doc.dtd"
>
<interface
name=
'org.gnome.Nautilus.FileOperations'
>
<!--
This interface has been deprecated. Please switch to
org.gnome.Nautilus.FileOperations2 interace.
-->
<annotation
name=
"org.freedesktop.DBus.Deprecated"
value=
"true"
/>
<method
name=
'CopyURIs'
>
<arg
type=
'as'
name=
'SourceFilesURIList'
direction=
'in'
/>
<arg
type=
's'
name=
'DestinationDirectoryURI'
direction=
'in'
/>
...
...
src/nautilus-dbus-manager.c
View file @
7adf189c
...
...
@@ -516,7 +516,10 @@ undo_manager_changed (NautilusDBusManager *self)
static
void
nautilus_dbus_manager_init
(
NautilusDBusManager
*
self
)
{
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
self
->
file_operations
=
nautilus_dbus_file_operations_skeleton_new
();
G_GNUC_END_IGNORE_DEPRECATIONS
self
->
file_operations2
=
nautilus_dbus_file_operations2_skeleton_new
();
g_signal_connect
(
self
->
file_operations
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment