Blame data/dbus-interfaces.xml

Packit a189e0
Packit a189e0
"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
Packit a189e0
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
Packit a189e0
Packit a189e0
Packit a189e0
 Copyright (C) 2011 Red Hat, Inc.
Packit a189e0
Packit a189e0
 This library is free software; you can redistribute it and/or
Packit a189e0
 modify it under the terms of the GNU Lesser General Public
Packit a189e0
 License as published by the Free Software Foundation; either
Packit a189e0
 version 2 of the License, or (at your option) any later version.
Packit a189e0
Packit a189e0
 This library is distributed in the hope that it will be useful,
Packit a189e0
 but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit a189e0
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit a189e0
 Lesser General Public License for more details.
Packit a189e0
Packit a189e0
 You should have received a copy of the GNU Lesser General
Packit a189e0
 Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
Packit a189e0
Packit a189e0
 Author: Alexander Larsson <alexl@redhat.com>
Packit a189e0
-->
Packit a189e0
Packit a189e0
<node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
Packit a189e0
  <interface name='org.gnome.Nautilus.FileOperations'>
Packit a189e0
    <method name='CopyURIs'>
Packit a189e0
      <arg type='as' name='SourceFilesURIList' direction='in'/>
Packit a189e0
      <arg type='s' name='DestinationDirectoryURI' direction='in'/>
Packit a189e0
    </method>
Packit Service a4851c
    <method name='MoveURIs'>
Packit Service a4851c
      <arg type='as' name='SourceFilesURIList' direction='in'/>
Packit Service a4851c
      <arg type='s' name='DestinationDirectoryURI' direction='in'/>
Packit Service a4851c
    </method>
Packit a189e0
    <method name='EmptyTrash'>
Packit a189e0
    </method>"
Packit Service 3080ca
    <method name='TrashFiles'>
Packit Service 3080ca
      <arg type='as' name='URIs' direction='in'/>
Packit Service 3080ca
    </method>
Packit Service 32add5
    <method name='CreateFolder'>
Packit Service 32add5
      <arg type='s' name='URI' direction='in'/>
Packit Service 32add5
    </method>
Packit Service 10d738
    <method name='RenameFile'>
Packit Service 10d738
      <arg type='s' name='URI' direction='in'/>
Packit Service 10d738
      <arg type='s' name='NewName' direction='in'/>
Packit Service 10d738
    </method>
Packit Service 0a2193
    <method name='Undo'>
Packit Service 0a2193
    </method>
Packit Service 0a2193
    <method name='Redo'>
Packit Service 0a2193
    </method>
Packit Service c407c4
    <property name="UndoStatus" type="i" access="read"/>
Packit a189e0
  </interface>
Packit a189e0
</node>