gobject-introspection r292 - in trunk: . giscanner
- From: johan svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r292 - in trunk: . giscanner
- Date: Sat, 21 Jun 2008 12:57:49 +0000 (UTC)
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]