summaryrefslogtreecommitdiff
path: root/giscanner/glibtransformer.py
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/glibtransformer.py')
-rw-r--r--giscanner/glibtransformer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/giscanner/glibtransformer.py b/giscanner/glibtransformer.py
index b9b4cb62..42488251 100644
--- a/giscanner/glibtransformer.py
+++ b/giscanner/glibtransformer.py
@@ -679,7 +679,7 @@ class GLibTransformer(object):
method.retval != vfunc.retval or
method.parameters != vfunc.parameters):
continue
- vfunc.invoker = method.name
+ vfunc.invoker = method
gclass_struct = GLibRecord.from_record(class_struct)
self._remove_attribute(class_struct.name)