vala r1779 - in trunk: . vala



Author: juergbi
Date: Thu Sep 25 09:31:15 2008
New Revision: 1779
URL: http://svn.gnome.org/viewvc/vala?rev=1779&view=rev

Log:
2008-09-25  JÃrg Billeter  <j bitron ch>

	* vala/valacreationmethod.vala:

	Fix parameter position defaults


Modified:
   trunk/ChangeLog
   trunk/vala/valacreationmethod.vala

Modified: trunk/vala/valacreationmethod.vala
==============================================================================
--- trunk/vala/valacreationmethod.vala	(original)
+++ trunk/vala/valacreationmethod.vala	Thu Sep 25 09:31:15 2008
@@ -58,6 +58,9 @@
 		this.source_reference = source_reference;
 		this.type_name = type_name;
 		return_type = new VoidType ();
+
+		carray_length_parameter_position = -3;
+		cdelegate_target_parameter_position = -3;
 	}
 
 	public override void accept (CodeVisitor visitor) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]