GNOME Bugzilla – Bug 531303
patch to replace user_data parameter with a variable length of additional optional parameters
Last modified: 2011-08-06 00:48:32 UTC
This is a patch which replaces the user_data parameter of gtk.Clipboard.request_contents, gtk.Clipboard.request_image, gtk.Clipboard.request_rich_text, gtk.Clipboard.request_targets, gtk.Clipboard.request_text and gtk.Clipboard.set_with_data with a variable length of additional optional parameters (like gobject.Gobject.connect). I think that is more "pythonic".
Created attachment 110340 [details] [review] patch to replace user_data parameter
Closing API incompatible changes to pygtk - It is maintenance only now.