From: Juerg Billeter Date: Thu, 3 Jan 2008 14:28:44 +0000 (+0000) Subject: remove close method from FileStream class as it's also the implicitly X-Git-Tag: VALA_0_1_6~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e340c6aba60e805aec636c24f75338ac8a4be46a;p=thirdparty%2Fvala.git remove close method from FileStream class as it's also the implicitly 2008-01-03 Juerg Billeter * vapi/glib-2.0.vapi: remove close method from FileStream class as it's also the implicitly called free function, fixes bug 506817 svn path=/trunk/; revision=799 --- diff --git a/ChangeLog b/ChangeLog index ac1b5238d..cf6e476fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-03 Jürg Billeter + + * vapi/glib-2.0.vapi: remove close method from FileStream class as it's + also the implicitly called free function, fixes bug 506817 + 2008-01-03 Jürg Billeter * vapigen/valagidlparser.vala: default to in parameters for structs diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index 2ffa53fa9..720708889 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -1,6 +1,6 @@ /* glib-2.0.vala * - * Copyright (C) 2006-2007 Jürg Billeter, Raffaele Sandrini + * Copyright (C) 2006-2008 Jürg Billeter, Raffaele Sandrini * Copyright (C) 2007 Mathias Hasselmann * * This library is free software; you can redistribute it and/or @@ -1781,8 +1781,6 @@ namespace GLib { [InstanceLast ()] [CCode (cname = "fputs")] public void puts (string s); - [CCode (cname = "fclose")] - public void close (); [CCode (cname = "fgetc")] public int getc (); [InstanceLast ()]