[Xfce4-commits] [xfce/thunar] 01/01: thunar/thunar-dbus-service-infos.xml corrections
noreply at xfce.org
noreply at xfce.org
Fri Mar 6 19:11:36 CET 2015
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository xfce/thunar.
commit f780cd41417742445a4b76918da52383bbcae0ba
Author: Thaddaeus Tintenfisch <thad.fisch at gmail.com>
Date: Mon Mar 2 13:28:04 2015 +0100
thunar/thunar-dbus-service-infos.xml corrections
---
thunar/thunar-dbus-service-infos.xml | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/thunar/thunar-dbus-service-infos.xml b/thunar/thunar-dbus-service-infos.xml
index 9322e29..ae32868 100644
--- a/thunar/thunar-dbus-service-infos.xml
+++ b/thunar/thunar-dbus-service-infos.xml
@@ -31,7 +31,7 @@
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="thunar_dbus_service" />
<!--
- DisplayChooserDialog (uri : STRING, open : BOOLEAN, display : STRING) : VOID
+ DisplayChooserDialog (uri : STRING, open : BOOLEAN, display : STRING, startup_id : STRING) : VOID
uri : either a file:-URI or an absolute path.
open : TRUE to let the user open the file identified by the
@@ -56,7 +56,7 @@
<!--
- DisplayFolder (uri : STRING, display : STRING) : VOID
+ DisplayFolder (uri : STRING, display : STRING, startup_id : STRING) : VOID
uri : either a file:-URI or an absolute path.
display : the screen on which to display the folder or ""
@@ -72,7 +72,7 @@
<!--
- DisplayFolderAndSelect (uri : STRING, filename : STRING, display : STRING) : VOID
+ DisplayFolderAndSelect (uri : STRING, filename : STRING, display : STRING, startup_id : STRING) : VOID
uri : either a file:-URI or an absolute path.
filename : the name of the file in the folder which should
@@ -99,7 +99,7 @@
<!--
- DisplayFileProperties (uri : STRING, display : STRING) : VOID
+ DisplayFileProperties (uri : STRING, display : STRING, startup_id : STRING) : VOID
uri : either a file:-URI or an absolute path.
display : the screen on which to display the file properties
@@ -152,7 +152,7 @@
<!--
- DisplayPreferencesDialog (display : STRING) : VOID
+ DisplayPreferencesDialog (display : STRING, startup_id : STRING) : VOID
display : the screen on which to display the preferences dialog
or "" to use the default screen of the file manager.
@@ -294,9 +294,9 @@
</method>
<!--
- RenameFile (uri : STRING, display : STRING, startup_id : STRING) : VOID
+ RenameFile (filename : STRING, display : STRING, startup_id : STRING) : VOID
- uri : a URI to rename. This may be either a file:-URI or an absolute path.
+ filename : a URI to rename. This may be either a file:-URI or an absolute path.
display : the screen on which to launch the filenames or ""
to use the default screen of the file manager.
startup_id : the DESKTOP_STARTUP_ID environment variable for properly
@@ -309,7 +309,7 @@
</method>
<!--
- CreateFile (working_directory : content_type : STRING, STRING, display : STRING, startup_id : STRING) : VOID
+ CreateFile (parent_directory : STRING, content_type : STRING, display : STRING, startup_id : STRING) : VOID
parent_directory : the parent directory in which the file will be created.
content_type : content type of the file to be created (text/plain assumed
@@ -327,7 +327,7 @@
</method>
<!--
- CreateFileFromTemplate(working_directory : STRING, template_uri : STRING, display : STRING, start_id : STRING) : VOID
+ CreateFileFromTemplate(parent_directory : STRING, template_uri : STRING, display : STRING, startup_id : STRING) : VOID
parent_directory : the parent directory in which the file will be created.
template_uri : the URI or absolute path to the template file.
@@ -355,7 +355,7 @@
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="thunar_dbus_service" />
<!--
- DisplayTrash (display : STRING) : VOID
+ DisplayTrash (display : STRING, startup_id : STRING) : VOID
display : the screen on which to display the trash folder
contents or "" to use the default screen of the
@@ -372,7 +372,7 @@
</method>
<!--
- EmptyTrash (display : STRING) : VOID
+ EmptyTrash (display : STRING, startup_id : STRING) : VOID
display : the screen on which to display the confirmation of
the operation and the progress status or "" to use
@@ -388,7 +388,7 @@
</method>
<!--
- MoveToTrash (uris : ARRAY OF STRING, display : STRING) : VOID
+ MoveToTrash (filenames : ARRAY OF STRING, display : STRING, startup_id : STRING) : VOID
filenames : an array of file:-URIs or absolute paths for the files
that should be moved to the trash can.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list