Benedikt Meurer wrote:
>>Interface: org.xfce.FileManager
>>===============================

Ok, the first implementation of org.xfce.FileManager is available now in
SVN. Every method now takes a display argument, which can be "" to
indicate that the default display of the file manager(!) should be used.
The exact interface definition is attached to this mail (and available
from SVN). The support is currently optional for Thunar, though that may
change.

Benedikt
<?xml version="1.0" encoding="UTF-8"?>

<!--
   $Id: thunar-dbus-service-infos.xml 19776 2006-02-07 21:41:50Z benny $
   
   Copyright (c) 2006 Benedikt Meurer <[EMAIL PROTECTED]>
  
   This program is free software; you can redistribute it and/or modify it
   under the terms of the GNU General Public License as published by the Free
   Software Foundation; either version 2 of the License, or (at your option)
   any later version.
  
   This program is distributed in the hope that it will be useful, but WITHOUT
   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
   more details.
  
   You should have received a copy of the GNU General Public License along with
   this program; if not, write to the Free Software Foundation, Inc., 59 Temple
   Place, Suite 330, Boston, MA  02111-1307  USA
-->

<node name="/org/xfce/FileManager">
  <interface name="org.xfce.FileManager">
    <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="thunar_dbus_service" />

    <!--
      DisplayFolder (uri : STRING, display : STRING) : VOID

      uri     : either a file:-URI or an absolute path.
      display : the screen on which to display the folder or ""
                to use the default screen of the file manager.
    -->
    <method name="DisplayFolder">
      <arg direction="in" name="uri" type="s" />
      <arg direction="in" name="display" type="s" />
    </method>


    <!--
      DisplayFileProperties (uri : STRING, display : STRING) : VOID

      uri     : either a file:-URI or an absolute path.
      display : the screen on which to display the file properties
                or "" to use the default screen of the file manager.
    -->
    <method name="DisplayFileProperties">
      <arg direction="in" name="uri" type="s" />
      <arg direction="in" name="display" type="s" />
    </method>


    <!--
      Launch (uri : STRING, display : STRING) : VOID

      uri     : either a file:-URI or an absolute path.
      display : the screen on which to launch the file or ""
                to use the default screen of the file manager.
    -->
    <method name="Launch">
      <arg direction="in" name="uri" type="s" />
      <arg direction="in" name="display" type="s" />
    </method>


    <!--
      DisplayPreferencesDialog (display : STRING) : VOID

      display : the screen on which to display the preferences dialog
                or "" to use the default screen of the file manager.
    -->
    <method name="DisplayPreferencesDialog">
      <arg direction="in" name="display" type="s" />
    </method>
  </interface>
</node>
_______________________________________________
Thunar-dev mailing list
Thunar-dev@xfce.org
http://foo-projects.org/mailman/listinfo/thunar-dev

Reply via email to