From 767dff461086a8e4de30ae247db8d12de044bc7a Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sat, 21 Jun 2008 12:57:49 +0000 Subject: [PATCH] Ignore a few more tags 2008-06-21 Johan Dahlin * giscanner/girparser.py (GIRParser._parse_api): Ignore a few more tags svn path=/trunk/; revision=292 --- ChangeLog | 5 +++++ giscanner/girparser.py | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index f0df745..174980a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-21 Johan Dahlin + + * giscanner/girparser.py (GIRParser._parse_api): Ignore a few + more tags + 2008-06-20 Johan Dahlin * giscanner/ast.py: diff --git a/giscanner/girparser.py b/giscanner/girparser.py index 50d21cb..00739ab 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: -- 2.7.4