After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 675814 - Most GDBusInterfaceVTable fields cannot be accessed
Most GDBusInterfaceVTable fields cannot be accessed
Status: RESOLVED DUPLICATE of bug 656325
Product: pygobject
Classification: Bindings
Component: introspection
3.3.x
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-10 15:28 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2012-06-01 08:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joanmarie Diggs (IRC: joanie) 2012-05-10 15:28:04 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):
  • File "<stdin>", line 1 in <module>
    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.
Comment 1 Martin Pitt 2012-06-01 08:36:58 UTC
This is mostly bug 656325.

*** This bug has been marked as a duplicate of bug 656325 ***