Comment 2 for bug 877397

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Some additional info:
foo = Gtk.TextIter()
works

bar = GObject.property(type=Gtk.TextIter)
trigger the above exception, is it supposed to work on pygi word, or is the snippet wrong?