summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Barrett <bob@bob131.so>2016-09-27 05:00:24 +1000
committerRico Tzschichholz <ricotz@ubuntu.com>2016-09-27 17:44:38 +0200
commit52406608968d7056adc6cefaab2a834d8b4c1636 (patch)
tree453e1311c261b99f304b3d645178d7a26a8d7364
parentdadf2b48d4da3f1afd95991bec4d4179e231b010 (diff)
downloadvala-52406608968d7056adc6cefaab2a834d8b4c1636.tar.gz
gsl.vapi: Fix attribute typos
At the moment, the are a few CCode attributes containing typos in the bindings for the GNU Scientific Library. This patch rectifies the ones that valac explicitly complains about. https://bugzilla.gnome.org/show_bug.cgi?id=772004
-rw-r--r--vapi/gsl.vapi8
1 files changed, 4 insertions, 4 deletions
diff --git a/vapi/gsl.vapi b/vapi/gsl.vapi
index 3babb72fe..2631e5a5f 100644
--- a/vapi/gsl.vapi
+++ b/vapi/gsl.vapi
@@ -2478,7 +2478,7 @@ namespace Gsl
}
[Compact]
- [CCode (cname="gsl_integration_qaws_table", cheader_filaname="gsl/gsl_integration.h")]
+ [CCode (cname="gsl_integration_qaws_table", cheader_filename="gsl/gsl_integration.h")]
public class IntegrationQAWSTable
{
public double alpha;
@@ -2496,7 +2496,7 @@ namespace Gsl
}
[Compact]
- [CCode (cname="gsl_integration_qawo_table", unref="gsl_integration_qawo_table_free", cheader_filename="gsl/gsl_integration.h")]
+ [CCode (cname="gsl_integration_qawo_table", free_function="gsl_integration_qawo_table_free", cheader_filename="gsl/gsl_integration.h")]
public class IntegrationQAWOTable
{
public size_t n;
@@ -3268,7 +3268,7 @@ namespace Gsl
public delegate double MonteFunc ([CCode (array_length = false)] double[] x_array, size_t dim, void* params);
[SimpleType]
- [CCode (cname="gsl_monte_function", cheader_filanema="gsl/gsl_monte.h", has_type_id = false)]
+ [CCode (cname="gsl_monte_function", cheader_filename="gsl/gsl_monte.h", has_type_id = false)]
public struct MonteFunction
{
public MonteFunc f;
@@ -3568,7 +3568,7 @@ namespace Gsl
public delegate void InterpFree (void* t);
[Compact]
- [CCode (cname="gsl_interp_accel", cheader_filname="gsl/gsl_interp.h")]
+ [CCode (cname="gsl_interp_accel", cheader_filename="gsl/gsl_interp.h")]
public class InterpAccel
{
public size_t cache;