GNOME Bugzilla – Bug 682604
gtk_clipboard_set_data is not introspectable
Last modified: 2014-11-03 05:30:17 UTC
It currently takes two callbacks and a single user_data, passed to both, which makes it hard to generate bindings for. It would be cool if it would just take two GClosure. Not sure how to best do that without breaking API, naming of an additional method is sort of tricky.
g_object_bind_property_full() has the same pattern, so I introduced g_object_bind_property_with_closures() with a Rename-to annotation for introspection-based language bindings. gdk_clipboard_set_data_with_closures() would probably be okay.
I did a patch adding that method but it doesn't work because of a pygobject bug https://bugzilla.gnome.org/show_bug.cgi?id=664848
*** This bug has been marked as a duplicate of bug 656312 ***