vala r2141 - in trunk: . vapi



Author: juergbi
Date: Sat Dec 13 15:31:09 2008
New Revision: 2141
URL: http://svn.gnome.org/viewvc/vala?rev=2141&view=rev

Log:
2008-12-13  JÃrg Billeter  <j bitron ch>

	* vapi/gsl.vapi:

	Improve gsl_histogram_calloc_range binding,
	patch by MatÃas De la Puente, fixes bug 564387


Modified:
   trunk/ChangeLog
   trunk/vapi/gsl.vapi

Modified: trunk/vapi/gsl.vapi
==============================================================================
--- trunk/vapi/gsl.vapi	(original)
+++ trunk/vapi/gsl.vapi	Sat Dec 13 15:31:09 2008
@@ -3188,7 +3188,7 @@
 		public Histogram.uniform (size_t n, double xmin, double xmax);
 		[NoArrayLength]
 		[CCode (cname="gsl_histogram_calloc_range")]
-		public Histogram.range (size_t n, double[] range);
+		public Histogram.with_range (size_t n, double[] range);
 		
 		public int increment (double x);
 		public int accumulate (double x, double weight);



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