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
+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
/* 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
[InstanceLast ()]
[CCode (cname = "fputs")]
public void puts (string s);
- [CCode (cname = "fclose")]
- public void close ();
[CCode (cname = "fgetc")]
public int getc ();
[InstanceLast ()]