Re: [Vala] Release testing
- From: "Daniel Lucraft" <dan fluentradical com>
- To: "Jürg Billeter" <j bitron ch>
- Cc: vala-list gnome org
- Subject: Re: [Vala] Release testing
- Date: Mon, 1 Dec 2008 10:42:02 +0000
Minor VAPI update required to make GtkMateView compile:
Index: vapi/gtk+-2.0.vapi
===================================================================
--- vapi/gtk+-2.0.vapi (revision 2015)
+++ vapi/gtk+-2.0.vapi (working copy)
@@ -4081,7 +4081,7 @@
public void get_iter_location (Gtk.TextIter iter, out
Gdk.Rectangle location);
public Gtk.Justification get_justification ();
public int get_left_margin ();
- public void get_line_at_y (Gtk.TextIter target_iter,
int y, int line_top);
+ public void get_line_at_y (out Gtk.TextIter
target_iter, int y, out int line_top);
public void get_line_yrange (Gtk.TextIter iter, int y,
int height);
public bool get_overwrite ();
public int get_pixels_above_lines ();
thanks
Dan
___________________________
Daniel Lucraft
http://www.daniellucraft.com/
2008/11/30 Jürg Billeter <j bitron ch>:
On Sun, 2008-11-30 at 06:48 -0500, Samuel Cormier-Iijima wrote:
This used to work before and now gives an error:
int main(string[] args) {
size_t x = 3;
string[] arr = new string[x];
return 0;
}
Fixed in r2105.
Jürg
_______________________________________________
Vala-list mailing list
Vala-list gnome org
http://mail.gnome.org/mailman/listinfo/vala-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]