summaryrefslogtreecommitdiffstats
path: root/tdecore/tdehw/tdegenericdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/tdehw/tdegenericdevice.h')
-rw-r--r--tdecore/tdehw/tdegenericdevice.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tdecore/tdehw/tdegenericdevice.h b/tdecore/tdehw/tdegenericdevice.h
index f2abd5582..7536b44a7 100644
--- a/tdecore/tdehw/tdegenericdevice.h
+++ b/tdecore/tdehw/tdegenericdevice.h
@@ -78,6 +78,14 @@ class TDECORE_EXPORT TDEGenericDevice : public TQObject
virtual TQString friendlyName();
/**
+ * @return a TQString with a detailed friendly name
+ *
+ * In most cases this will return exactly the same string as friendlyName(), however
+ * for certain devices (e.g. disks) this method will provide additional information
+ */
+ virtual TQString detailedFriendlyName();
+
+ /**
* @return a TQString with the device bus name, if any
*/
TQString deviceBus();