Re: [Vala] Minor modifications
- From: Jürg Billeter <j bitron ch>
- To: gzsombor gmail com
- Cc: vala paldo org
- Subject: Re: [Vala] Minor modifications
- Date: Mon, 07 May 2007 12:06:28 +0200
On Mon, 2007-04-30 at 17:47 +0200, Zsombor wrote:
Index: gtk+-2.0.vala
- public void @set (ref Gtk.TreeIter iter);
+ public void @set (ref Gtk.TreeIter iter, ...);
Fixed and regenerated.
Index: glib-2.0.vala
- [CCode (cname = "g_strstr")]
+ [CCode (cname = "strstr")]
Committed to SVN.
+ [CCode (cname = "G_TYPE_STRING")]
+ public static GLib.Type get_type();
I don't think that this will work as G_TYPE_STRING is not a function.
Thanks,
Jürg
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]