GNOME Bugzilla – Bug 675814
Most GDBusInterfaceVTable fields cannot be accessed
Last modified: 2012-06-01 08:36:58 UTC
I'm running up against the inability to set (or even examine) the method_call field of a GDBusInterfaceVTable: >>> from gi.repository import Gio >>> vtable = Gio.DBusInterfaceVTable() >>> vtable.method_call ** (process:3806): WARNING **: Field method_call: Interface type 2 should have is_pointer set Traceback (most recent call last):
+ Trace 230208
RuntimeError: unable to get the value
The same is true for get_property and set_property. The only field that can be accessed seems to be padding.
This is mostly bug 656325. *** This bug has been marked as a duplicate of bug 656325 ***