Skip to content
Commit 07a08b49 authored by Carlos Garnacho's avatar Carlos Garnacho Committed by Martin Pitt
Browse files

Fix lookup of vfuncs in parent classes

https://bugzilla.gnome.org/show_bug.cgi?id=672864

.

As subclasses implemented in python override the attribute for the
vfunc, __mro__ has to be used so subclasses of the subclass overriding
methods may find the corresponding VFuncInfo.

Co-Authored-by: default avatarMartin Pitt <martinpitt@gnome.org>
parent b965ee15
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment