vala r1240 - in trunk: . vapi
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r1240 - in trunk: . vapi
- Date: Tue, 15 Apr 2008 22:32:29 +0100 (BST)
Author: juergbi
Date: Tue Apr 15 22:32:29 2008
New Revision: 1240
URL: http://svn.gnome.org/viewvc/vala?rev=1240&view=rev
Log:
2008-04-15 Juerg Billeter <j bitron ch>
* vapi/cairo.vapi: fix cairo_set_dash binding
Modified:
trunk/ChangeLog
trunk/vapi/cairo.vapi
Modified: trunk/vapi/cairo.vapi
==============================================================================
--- trunk/vapi/cairo.vapi (original)
+++ trunk/vapi/cairo.vapi Tue Apr 15 22:32:29 2008
@@ -49,7 +49,7 @@
public void set_antialias (Antialias antialias);
public Antialias get_antialias ();
- public void set_dash (double[] dashes, double offset);
+ public void set_dash (double[]? dashes, double offset);
public void set_fill_rule (FillRule fill_rule);
public FillRule get_fill_rule ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]