Ignore a few more tags
authorJohan Dahlin <jdahlin@async.com.br>
Sat, 21 Jun 2008 12:57:49 +0000 (12:57 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Sat, 21 Jun 2008 12:57:49 +0000 (12:57 +0000)
2008-06-21  Johan Dahlin  <jdahlin@async.com.br>

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

svn path=/trunk/; revision=292

ChangeLog
giscanner/girparser.py

index f0df745..174980a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-21  Johan Dahlin  <jdahlin@async.com.br>
+
+       * giscanner/girparser.py (GIRParser._parse_api): Ignore a few
+       more tags
+
 2008-06-20  Johan Dahlin  <jdahlin@async.com.br>
 
        * giscanner/ast.py:
index 50d21cb..00739ab 100644 (file)
@@ -52,6 +52,9 @@ class GIRParser(object):
                                _corens('function'),
                                _corens('record'),
                                _corens('enumeration'),
+                               _corens('bitfield'),
+                               _corens('interface'),
+                               _glibns('boxed'),
                                ]:
                 continue
             else: