Comment 18 for bug 714484

Revision history for this message
Gillen Daniel (gillen-dan) wrote :

Tested on natty:

$ python gobject-multi-inherit-2.py
Traceback (most recent call last):
  File "gobject-multi-inherit-2.py", line 14, in <module>
    c.connect('b', lambda *x: None)
TypeError: <C object at 0xcd15f0 (__main__+C at 0xd1f440)>: unknown signal name: b

------

$ python gobject-multi-inherit-3.py
OK