GNOME Bugzilla – Bug 621259
GdkPixbuf save() check even number of key/value args
Last modified: 2010-12-07 21:36:43 UTC
Created attachment 163345 [details] [review] .xs and .t patch $pixbuf->save could notice when you give a key argument without a corresponding value, similar to other wrappers taking key=>value pairs. Currently I think it's quietly ignored. It's a pity xsubpp doesn't have a way to express that "..." means key/value pairs and check for an even number of them.
Thanks!