summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2008-06-21 12:57:49 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-06-21 12:57:49 +0000
commit767dff461086a8e4de30ae247db8d12de044bc7a (patch)
tree674fefeb8c8a44602f8e97d16621fbf4d40518f1
parenta06270d391b6b2704cf7f2445d17e7ab30e1134f (diff)
downloadgobject-introspection-767dff461086a8e4de30ae247db8d12de044bc7a.tar.gz
Ignore a few more tags
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
-rw-r--r--ChangeLog5
-rw-r--r--giscanner/girparser.py3
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0df7457..174980a5 100644
--- 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:
diff --git a/giscanner/girparser.py b/giscanner/girparser.py
index 50d21cb1..00739ab6 100644
--- a/giscanner/girparser.py
+++ b/giscanner/girparser.py
@@ -52,6 +52,9 @@ class GIRParser(object):
_corens('function'),
_corens('record'),
_corens('enumeration'),
+ _corens('bitfield'),
+ _corens('interface'),
+ _glibns('boxed'),
]:
continue
else: