summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2012-04-02 10:28:27 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2012-04-02 10:37:37 -0300
commit6763cc95ca7976bf3b0e5f2f4cf8d6ec9c6da245 (patch)
tree38d3ca46ea11c49c8b272e171c95fe688d28fdee /tools
parent94fb8f7e048cbacf261c2fa89d83f91dc1c401c5 (diff)
qt-svc-gen.py: Improve props docs.
Diffstat (limited to 'tools')
-rw-r--r--tools/qt-svc-gen.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qt-svc-gen.py b/tools/qt-svc-gen.py
index 8a908688..1763c81b 100644
--- a/tools/qt-svc-gen.py
+++ b/tools/qt-svc-gen.py
@@ -455,7 +455,7 @@ Q_SIGNALS: // SIGNALS
* Return the value of the exported D-Bus object property \\c %(name)s of type \\c %(type)s.
*
* Adaptees should export this property as a Qt property named
- * '%(adaptee_name)s'.
+ * '%(adaptee_name)s' with type %(type)s.
*
%(docstring)s\
*
@@ -486,7 +486,7 @@ Q_SIGNALS: // SIGNALS
* Set the value of the exported D-Bus object property \\c %(name)s of type \\c %(type)s.
*
* Adaptees should export this property as a writable Qt property named
- * '%(adaptee_name)s'.
+ * '%(adaptee_name)s' with type %(type)s.
*
%(docstring)s\
*/