[Telepathy-commits] [telepathy-spec/master] Display tp:added et al for EnumLike types

Davyd Madeley davyd at madeley.id.au
Mon Mar 23 12:29:31 PDT 2009


---
 tools/specparser.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/tools/specparser.py b/tools/specparser.py
index 0c40c8a..ca255fa 100644
--- a/tools/specparser.py
+++ b/tools/specparser.py
@@ -486,6 +486,9 @@ class EnumLike(DBusType):
         for value in self.values:
             # attempt to lookup the member.name as a type in the type system
             str += '<li>%s (%s)</li>\n' % (value.short_name, value.value)
+            str += value.get_added()
+            str += value.get_changed()
+            str += value.get_deprecated()
             str += value.get_docstring()
         str += '</ul>\n'
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list