Comment 9 for bug 863773

Revision history for this message
Michael Terry (mterry) wrote :

Reproducable with just:

from gi.repository import Gtk, Gdk
Gtk.targets_include_uri([Gdk.Atom.intern('text/plain', False)])

I think this is a failure of pygobject to notice the 'disguised' GIR property of Gdk.Atom. I've filed an upstream bug about it.