https://bugzilla.gnome.org/show_bug.cgi?id=621259
gnome-perl | Gtk2 | unspecified
Summary: GdkPixbuf save() check even number of key/value args
Classification: Bindings
Product: gnome-perl
Version: unspecified
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: Normal
Component: Gtk2
AssignedTo: gtk...@li...
ReportedBy: us...@zi...
QAContact: gtk...@li...
GNOME target: ---
GNOME version: ---
Created an attachment (id=163345)
View: https://bugzilla.gnome.org/attachment.cgi?id=163345
Review: https://bugzilla.gnome.org/review?bug=621259&attachment=163345
.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.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
|