gobject-introspection r608 - in trunk: . giscanner



Author: johan
Date: Mon Sep 15 20:07:36 2008
New Revision: 608
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=608&view=rev

Log:
2008-09-15  Johan Dahlin  <johan gnome org>

    * giscanner/sourcescanner.py (SourceType.type_qualifier): Add
    a wrapper for type_qualifier as well.



Modified:
   trunk/ChangeLog
   trunk/giscanner/sourcescanner.py

Modified: trunk/giscanner/sourcescanner.py
==============================================================================
--- trunk/giscanner/sourcescanner.py	(original)
+++ trunk/giscanner/sourcescanner.py	Mon Sep 15 20:07:36 2008
@@ -125,6 +125,10 @@
         return self._stype.name
 
     @property
+    def type_qualifier(self):
+        return self._stype.type_qualifier
+
+    @property
     def child_list(self):
         for symbol in self._stype.child_list:
             if symbol is None:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]