Add custom ZLib VAPI
authorPhilipp Zabel <philipp.zabel@gmail.com>
Wed, 7 Oct 2009 11:34:52 +0000 (13:34 +0200)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Fri, 30 Oct 2009 22:17:36 +0000 (23:17 +0100)
commit8039b458645a390db472d098e5290c8296a1a257
tree83868a2c8211812770d20314bb0bac14f8767713
parent7d581e9cd40626a388847225c8c882eb9339a66d
Add custom ZLib VAPI

Do not wrap the z_stream next_in/out and avail_in/out members as arrays.
Direct access to the pointers allows to use ZLib.DeflateStream inside
a Gio.FilterInputStream.
vapi/zlib.vapi [new file with mode: 0644]