From: Johan Bilien Date: Sun, 12 Oct 2008 21:38:21 +0000 (+0000) Subject: actually add the parsed constant nodes X-Git-Tag: GOBJECT_INTROSPECTION_0_6_0~151 X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=9279ac52f7f45a49fc5e114bca12c7e5e8af62f9;p=gnome.gobject-introspection actually add the parsed constant nodes 2008-10-12 Johan Bilien * giscanner/girparser.py: actually add the parsed constant nodes svn path=/trunk/; revision=698 --- diff --git a/ChangeLog b/ChangeLog index 510e74b..92ddcb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-10-12 Johan Bilien + + * giscanner/girparser.py: actually add the parsed constant nodes + 2008-10-12 Colin Walters * girepository/girepository.c: Don't cast DirEntry to Blob, diff --git a/giscanner/girparser.py b/giscanner/girparser.py index 8b72ad7..c24d7bd 100644 --- a/giscanner/girparser.py +++ b/giscanner/girparser.py @@ -113,7 +113,7 @@ class GIRParser(object): _corens('bitfield')]: self._parse_enumeration_bitfield(node) elif node.tag in _corens('constant'): - self._parse_constant(node) + self._add_node(self._parse_constant(node)) def _parse_alias(self, node): return Alias(node.attrib['name'],