diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-07-07 22:14:25 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-07-07 22:37:13 +0900 |
commit | c76553c4fb3ee8f839c17b4dc3c3beb3c4338eb3 (patch) | |
tree | 165203f9bcab23defadc9c1f2a56c99365b5887f /tdecore/tdehw/tdestoragedevice.h | |
parent | 32566accdab31f598381e7e68330055f4a7178f1 (diff) | |
download | tdelibs-c76553c4fb3ee8f839c17b4dc3c3beb3c4338eb3.tar.gz tdelibs-c76553c4fb3ee8f839c17b4dc3c3beb3c4338eb3.zip |
tdehw: TRUE/FALSE --> true/false renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecore/tdehw/tdestoragedevice.h')
-rw-r--r-- | tdecore/tdehw/tdestoragedevice.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tdecore/tdehw/tdestoragedevice.h b/tdecore/tdehw/tdestoragedevice.h index 78e215730..0d4e06f63 100644 --- a/tdecore/tdehw/tdestoragedevice.h +++ b/tdecore/tdehw/tdestoragedevice.h @@ -258,7 +258,7 @@ class TDECORE_EXPORT TDEStorageDevice : public TDEGenericDevice * @param a pointer to a TQString which will be populated with any error messages from pmount, if desired * @param a pointer to an integer which will be populated with the return code from pmount, if desired * - * @return TRUE if unmount was successful + * @return true if unmount was successful */ bool unmountDevice(TQString* errRet, int* retcode=0); @@ -318,22 +318,22 @@ class TDECORE_EXPORT TDEStorageDevice : public TDEGenericDevice bool checkDiskStatus(TDEDiskDeviceStatus::TDEDiskDeviceStatus sf); /** - * @param TRUE to engage media lock, FALSE to disable it - * @return TRUE on success, FALSE on failure + * @param true to engage media lock, false to disable it + * @return true on success, false on failure * * This method currently works on CD-ROM drives and similar devices */ bool lockDriveMedia(bool lock); /** - * @return TRUE on success, FALSE on failure + * @return true on success, false on failure * * This method currently works on CD-ROM drives and similar devices */ bool ejectDriveMedia(); /** - * @return TRUE on success, FALSE on failure + * @return true on success, false on failure * * This method currently works on all removable storage devices */ |