[vala] gsl: correct MultifitLinearWorkspace construct/free C names
- From: Evan Nemerson <evann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] gsl: correct MultifitLinearWorkspace construct/free C names
- Date: Mon, 30 Apr 2012 09:01:41 +0000 (UTC)
commit bcf194f24b945fddc6a13809b183b1a74b4be52c
Author: Evan Nemerson <evan coeus-group com>
Date: Mon Apr 30 01:58:22 2012 -0700
gsl: correct MultifitLinearWorkspace construct/free C names
Fixes bug 670838.
vapi/gsl.vapi | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vapi/gsl.vapi b/vapi/gsl.vapi
index 0005d4f..370ee2e 100644
--- a/vapi/gsl.vapi
+++ b/vapi/gsl.vapi
@@ -4309,7 +4309,7 @@ namespace Gsl
}
[Compact]
- [CCode (cname="gsl_multifit_linear_workspace", cheader_filename="gsl/gsl_multifit.h")]
+ [CCode (cname="gsl_multifit_linear_workspace", free_function="gsl_multifit_linear_free", cheader_filename="gsl/gsl_multifit.h")]
public class MultifitLinearWorkspace
{
public size_t n;
@@ -4322,7 +4322,7 @@ namespace Gsl
public Vector xt;
public Vector D;
- [CCode (cname="gsl_multifit_linear_workspace_alloc")]
+ [CCode (cname="gsl_multifit_linear_alloc")]
public MultifitLinearWorkspace (size_t n, size_t p);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]