]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Improve gsl_histogram_calloc_range binding, patch by Matías De la Puente,
authorJürg Billeter <j@bitron.ch>
Sat, 13 Dec 2008 15:31:09 +0000 (15:31 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Sat, 13 Dec 2008 15:31:09 +0000 (15:31 +0000)
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

ChangeLog
vapi/gsl.vapi

index 020fc1222bf136763db731aa16c76405bd019d97..6afa5a0d40fd30e56d044cd1b8bd49486eebaf20 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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:
index ec15571661de36d9f5e49e5b2b42e0f24102d5b9..29776b21adac708353c85e32036c14f94365741f 100644 (file)
@@ -3188,7 +3188,7 @@ namespace Gsl
                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);