After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 639515 - add (array zero-terminated=1) annotations for option_keys and option_values args
add (array zero-terminated=1) annotations for option_keys and option_values args
Status: RESOLVED FIXED
Product: gdk-pixbuf
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gdk-pixbuf-maint
gdk-pixbuf-maint
Depends on:
Blocks: 625942 645703
 
 
Reported: 2011-01-14 13:20 UTC by Jonathan Matthew
Modified: 2011-03-29 21:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add (array zero-terminated=1) annotations (2.31 KB, patch)
2011-01-14 13:22 UTC, Jonathan Matthew
none Details | Review
Add zero-termination annotations (1.73 KB, patch)
2011-03-18 04:06 UTC, Nirbheek Chauhan
committed Details | Review

Description Jonathan Matthew 2011-01-14 13:20:20 UTC
savev, save_to_bufferv and save_to_callbackv aren't currently callable using introspection (at least from python) as they don't have array annotations.
Comment 1 Jonathan Matthew 2011-01-14 13:22:02 UTC
Created attachment 178312 [details] [review]
add (array zero-terminated=1) annotations
Comment 2 Nirbheek Chauhan 2011-03-18 04:06:30 UTC
Created attachment 183693 [details] [review]
Add zero-termination annotations

Updated patch for latest git. Bindings are generated incorrectly without this.
Comment 3 Jonathan Matthew 2011-03-29 21:33:56 UTC
<mclasen> feel free to commit those