summaryrefslogtreecommitdiff
path: root/plugins/Listener/dbus/documentation.dox
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2017-11-24 23:24:09 +0000
committerThomas Preud'homme <robotux@celest.fr>2017-11-24 23:24:09 +0000
commitb3c8bdcc0d1e4b2ab298847a7902b6d60410a5bc (patch)
tree8fce8a51adfb245db8ab2a76831661780c0c713e /plugins/Listener/dbus/documentation.dox
parente297dbd8052ef4e66f069e2dd1865ae7fa8af28e (diff)
New upstream version 1.2.3.6
Diffstat (limited to 'plugins/Listener/dbus/documentation.dox')
-rw-r--r--[-rwxr-xr-x]plugins/Listener/dbus/documentation.dox18
1 files changed, 11 insertions, 7 deletions
diff --git a/plugins/Listener/dbus/documentation.dox b/plugins/Listener/dbus/documentation.dox
index a15792a..3cda8ec 100755..100644
--- a/plugins/Listener/dbus/documentation.dox
+++ b/plugins/Listener/dbus/documentation.dox
@@ -6,25 +6,29 @@
*/
/*!
- \mainpage catchcopy-v0002
+ \mainpage dbus
\section mainpage_overview Overview
- Is the default listener to wait a copy/move. It use the catchcopy protocol.\n
- More informations on <a href="http://ultracopier-wiki.first-world.info/">the wiki of ultracopier</a>. Is part of Ultracopier 0.3 project.
+ It's alternative listener for linux, it's very more simpler. You send just your copy/move, no more. No return.\n
+ More informations on <a href="http://ultracopier-wiki.first-world.info/">the wiki of ultracopier</a>.
\section mainpage_platforms Platforms
- This plugin might be usable in all environments where you find Qt 4.\n
- To be compatible with the official Ultracopier plugins, you need compil it with Gcc, Qt4.8, and same env as Ultracopier have been compiled, see the documentation.
+ Ultracopier might be usable in all environments where you find Qt 5.\n
+ Ultracopier requires Qt 5.0 or newer. Tested on Qt 5.0.
\section mainpage_downloads Downloads
You can found link on <a href="http://ultracopier.first-world.info/">Ultracopier (Supercopier/Teracopy)</a> project page, via git, snapshot sources, ...
- \section mainpage_algorithm Protocol
+ \section mainpage_algorithm Dbus method
- The protocol in version 0.0.0.2 is used, you can see the documentation on <a href="http://catchcopy.first-world.info/">Catchcopy web site</a>
+ you have this method exported to dbus:
+ <ul>
+ <li>void copy(const QStringList &sources,const QString &destination)</li>
+ <li>void move(const QStringList &sources,const QString &destination)</li>
+ </ul>
\section license GPL Version 3
The code source is under GPL3. The image is extacted from Oxygen icon pack of KDE4.