summaryrefslogtreecommitdiff
path: root/giscanner/gdumpparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/gdumpparser.py')
-rw-r--r--giscanner/gdumpparser.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/giscanner/gdumpparser.py b/giscanner/gdumpparser.py
index ada1503d..03a4ecc3 100644
--- a/giscanner/gdumpparser.py
+++ b/giscanner/gdumpparser.py
@@ -285,7 +285,8 @@ blob containing data gleaned from GObject's primitive introspection."""
members.append(ast.Member(name,
value,
symbol,
- member.attrib['nick']))
+ member.attrib['nick'],
+ member.attrib['name']))
if xmlnode.tag == 'flags':
klass = ast.Bitfield