Blame data/dbus-interfaces.xml

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