~ubuntu-branches/ubuntu/raring/nautilus/raring

« back to all changes in this revision

Viewing changes to data/freedesktop-dbus-interfaces.xml

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Jeremy Bicha
  • Date: 2012-01-31 13:45:01 UTC
  • mfrom: (1.17.25)
  • Revision ID: package-import@ubuntu.com-20120131134501-yn7mqny7fgzx9fao
Tags: 1:3.3.4-0ubuntu1
* New upstream version which fixes:
  - "Opening Popupmenu in Context of Folder with List-View impossible?"
    (lp: #126540)
  - "'Create folder in here' context menu option for nautilus" (lp: #61786)
  - the file count and the size count change in opposite direction.
    (lp: #503330)
  - the mounts in the place menu should have a properties entry.
    (lp: #846289)
  - add command line option to select file (lp: #575719)
  - Media in 'Places' side bar should have same context menu as in 
    'Computer' (lp: #230098)
* debian/nautilus-data.install:
  - updated, ui and icons have been moved into gresources
* debian/patches/05_desktop_menu_export.patch:
   - updated to correctly include the gresources desktop definition

[ Jeremy Bicha ]
* New upstream release.
* debian/control.in:
  - Bump minimum GTK and glib
* Refreshed patches
* Dropped upstream patches:
  - 17_dont_allow_new_tab_on_desktop.patch
  - 18_fix_crash_in_get_current_uri.patch
  - 19_lazily_initialize_notification_service.patch
  - git_sideplace_sorting.patch
  - git_next_row.patch
  - git_dont_document_browser_option.patch
  - git_browser_compat.patch
  - git_bookmarks_reordering.patch
  - git_listview_context_menus.patch
  - git_use_gtk_grid.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE node PUBLIC
 
2
"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
 
3
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
 
4
 
 
5
<!--
 
6
 This library is free software; you can redistribute it and/or
 
7
 modify it under the terms of the GNU Lesser General Public
 
8
 License as published by the Free Software Foundation; either
 
9
 version 2 of the License, or (at your option) any later version.
 
10
 
 
11
 This library is distributed in the hope that it will be useful,
 
12
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
14
 Lesser General Public License for more details.
 
15
 
 
16
 You should have received a copy of the GNU Lesser General
 
17
 Public License along with this library; if not, write to the
 
18
 Free Software Foundation, Inc., 59 Temple Place, Suite 330,
 
19
 Boston, MA 02111-1307, USA.
 
20
-->
 
21
<node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
 
22
  <interface name='org.freedesktop.FileManager1'>
 
23
    <method name='ShowFolders'>
 
24
      <arg type='as' name='URIs' direction='in'/>
 
25
      <arg type='s' name='StartupId' direction='in'/>
 
26
    </method>
 
27
    <method name='ShowItems'>
 
28
      <arg type='as' name='URIs' direction='in'/>
 
29
      <arg type='s' name='StartupId' direction='in'/>
 
30
    </method>
 
31
    <method name='ShowItemProperties'>
 
32
      <arg type='as' name='URIs' direction='in'/>
 
33
      <arg type='s' name='StartupId' direction='in'/>
 
34
    </method>
 
35
  </interface>
 
36
</node>