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
svn path=/trunk/; revision=2141
+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
+
2008-12-13 Jürg Billeter <j@bitron.ch>
* vapi/glib-2.0.vapi:
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);