Advertisement
joanmarie

GDBusInterfaceVTable method_call ?

May 7th, 2012
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. $ python
  2. Python 2.7.3 (default, Apr 30 2012, 20:31:33)
  3. [GCC 4.7.0 20120416 (Red Hat 4.7.0-2)] on linux2
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>> from gi.repository import Gio
  6. >>> vtable = Gio.DBusInterfaceVTable()
  7. >>> vtable.method_call
  8.  
  9. ** (process:3806): WARNING **: Field method_call: Interface type 2 should have is_pointer set
  10. Traceback (most recent call last):
  11. File "<stdin>", line 1, in <module>
  12. RuntimeError: unable to get the value
  13. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement