diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-06-01 21:55:11 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-07-08 10:33:33 +0900 |
commit | e44487e1b855106ddf00ade92a25493e11589ca1 (patch) | |
tree | c19755d458f464a6440813b6a97d29404b59257a /tdeioslave/media/mediamanager/halbackend.h | |
parent | 7d2c7f0621177487fcc3953921788f7cafc509af (diff) | |
download | tdebase-e44487e1b855106ddf00ade92a25493e11589ca1.tar.gz tdebase-e44487e1b855106ddf00ade92a25493e11589ca1.zip |
Improved media manager dcop interface for mount/unmount/decrypt/undecrypt methods by returning more information.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeioslave/media/mediamanager/halbackend.h')
-rw-r--r-- | tdeioslave/media/mediamanager/halbackend.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tdeioslave/media/mediamanager/halbackend.h b/tdeioslave/media/mediamanager/halbackend.h index 8dde45580..e799ad6e0 100644 --- a/tdeioslave/media/mediamanager/halbackend.h +++ b/tdeioslave/media/mediamanager/halbackend.h @@ -83,11 +83,11 @@ public: bool setMountoptions(const TQString &id, const TQStringList &options); - TQString mount(const TQString &id); - TQString mount(const Medium *medium); - TQString unmount(const TQString &id); - TQString decrypt(const TQString &id, const TQString &password); - TQString undecrypt(const TQString &id); + TQStringVariantMap mount(const TQString &id); + TQStringVariantMap mount(const Medium *medium); + TQStringVariantMap unmount(const TQString &id); + TQStringVariantMap decrypt(const TQString &id, const TQString &password); + TQStringVariantMap undecrypt(const TQString &id); private: /** |