GNOME Bugzilla – Bug 609496
GLib.FileStream does not have bindings for fread nor fwrite
Last modified: 2010-02-12 22:12:08 UTC
Created attachment 153383 [details] Patch to add bindings for fread and fwrite GLib.FileStream does not have bindings for fread nor fwrite Attached is a patch to add them based on current git Note: Original patch sent by Cliff Brake [1] 1: http://mail.gnome.org/archives/vala-list/2008-September/msg00005.html
Ups! Sorry, this patch is wrong! Could someone remove it?
Comment on attachment 153383 [details] Patch to add bindings for fread and fwrite This patch is wrong, sorry
Created attachment 153387 [details] [review] 0001-bindings-for-fread-and-fwrite Patch that adds bindings for fread and fwrite, verified and based on latest git
pushed to master commit 01b5b9897ab295ec0c4f9d58df0369888e50c441 Author: Sandino Flores <tigrux@gmail.com> Date: Tue Feb 9 23:58:42 2010 -0600 glib-2.0: add bindings for fread and fwrite Fixes bug 609496.
Thanks Victor.