Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
thunar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xfce
thunar
Commits
f780cd41
Commit
f780cd41
authored
10 years ago
by
Thaddaeus Tintenfisch
Committed by
Harald Judt
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
thunar/thunar-dbus-service-infos.xml corrections
parent
03ed0b6f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
thunar/thunar-dbus-service-infos.xml
+12
-12
12 additions, 12 deletions
thunar/thunar-dbus-service-infos.xml
with
12 additions
and
12 deletions
thunar/thunar-dbus-service-infos.xml
+
12
−
12
View file @
f780cd41
...
...
@@ -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, start
up
_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 (
uri
s : ARRAY OF STRING, display : STRING) : VOID
MoveToTrash (
filename
s : 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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment