summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2012-04-05 16:44:07 +0300
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2012-04-05 18:24:53 +0300
commit135b9e0fbd5b821f755f977e7985d0d27a1ec916 (patch)
tree605af505f91391ab09c6f686fcd1227842db7583
parent30c9feb1c4dba935072ab08c1990c233d75fefe5 (diff)
AbstractDBusServiceInterface: Add missing doc for immutableProperties()
-rw-r--r--TelepathyQt/dbus-service.cpp13
1 files changed, 12 insertions, 1 deletions
diff --git a/TelepathyQt/dbus-service.cpp b/TelepathyQt/dbus-service.cpp
index 81403413..a22c6569 100644
--- a/TelepathyQt/dbus-service.cpp
+++ b/TelepathyQt/dbus-service.cpp
@@ -305,7 +305,18 @@ bool AbstractDBusServiceInterface::registerInterface(DBusObject *dbusObject)
}
/**
- * \fn AbstractDBusServiceInterface::createAdaptor()
+ * \fn QVariantMap AbstractDBusServiceInterface::immutableProperties() const
+ *
+ * Return the immutable properties of this interface.
+ *
+ * Immutable properties cannot change after the interface has been registered
+ * on a service on the bus with registerInterface().
+ *
+ * \return The immutable properties of this interface.
+ */
+
+/**
+ * \fn void AbstractDBusServiceInterface::createAdaptor()
*
* Create the adaptor for this interface.
*