gobject-introspection r292 - in trunk: . giscanner



Author: johan
Date: Sat Jun 21 12:57:49 2008
New Revision: 292
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=292&view=rev

Log:
2008-06-21  Johan Dahlin  <jdahlin async com br>

    * giscanner/girparser.py (GIRParser._parse_api): Ignore a few
    more tags



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

Modified: trunk/giscanner/girparser.py
==============================================================================
--- trunk/giscanner/girparser.py	(original)
+++ trunk/giscanner/girparser.py	Sat Jun 21 12:57:49 2008
@@ -52,6 +52,9 @@
                                _corens('function'),
                                _corens('record'),
                                _corens('enumeration'),
+                               _corens('bitfield'),
+                               _corens('interface'),
+                               _glibns('boxed'),
                                ]:
                 continue
             else:



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