]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
remove close method from FileStream class as it's also the implicitly
authorJuerg Billeter <j@bitron.ch>
Thu, 3 Jan 2008 14:28:44 +0000 (14:28 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Thu, 3 Jan 2008 14:28:44 +0000 (14:28 +0000)
2008-01-03  Juerg Billeter  <j@bitron.ch>

* 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

ChangeLog
vapi/glib-2.0.vapi

index ac1b5238da0259ae896a9fc1a55fc6c870349f61..cf6e476fcedf75723fae94148e643195478e0a96 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-03  Jürg Billeter  <j@bitron.ch>
+
+       * 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  <j@bitron.ch>
 
        * vapigen/valagidlparser.vala: default to in parameters for structs
index 2ffa53fa9030c024ec9b321091419eab8d7ab8bf..7207088890b73b591b054fd1ecebc0590fa32f3b 100644 (file)
@@ -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 ()]