=?UTF-8?Q?GI=5FINFO=5FTYPE=5FCALLBACK=20should=20have=20is=5Fpoin?= =?UTF-8?Q?ter=20set=3F?=
- From: Joanmarie Diggs <jdiggs igalia com>
- To: <python-hackers-list gnome org>
- Subject: GI_INFO_TYPE_CALLBACK should have is_pointer set?
- Date: Tue, 08 May 2012 10:26:42 -0400
Hey guys.
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
I accept that is_pointer should be set. ;) By whom/where?
Thanks in advance!
--joanie
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]