[vala] Fix some typos in CCode attributes.
- From: Evan Nemerson <evann src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [vala] Fix some typos in CCode attributes.
- Date: Wed, 2 Dec 2009 21:58:44 +0000 (UTC)
commit b8104230231cd9730666870a474db33d479f4b2a
Author: Evan Nemerson <evan coeus-group com>
Date: Wed Dec 2 13:55:55 2009 -0800
Fix some typos in CCode attributes.
vapi/gnet-2.0.vapi | 2 +-
vapi/gsl.vapi | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vapi/gnet-2.0.vapi b/vapi/gnet-2.0.vapi
index c46f0f5..6d6c68c 100644
--- a/vapi/gnet-2.0.vapi
+++ b/vapi/gnet-2.0.vapi
@@ -425,7 +425,7 @@ namespace GNet {
public delegate void ConnHttpFunc(ConnHttp c, ConnHttpEvent event);
[Compact]
- [Ccode(free_function = "gnet_conn_http_delete",
+ [CCode(free_function = "gnet_conn_http_delete",
ref_function = "g_object_ref",
unref_function = "g_object_unref")]
public class ConnHttp {
diff --git a/vapi/gsl.vapi b/vapi/gsl.vapi
index 4ad89b1..caa9c09 100644
--- a/vapi/gsl.vapi
+++ b/vapi/gsl.vapi
@@ -4258,7 +4258,7 @@ namespace Gsl
public MultifitLinearWorkspace (size_t n, size_t p);
}
- [CCcode (lower_case_cprefix="gsl_multifit_", cheader_filename="gsl/gsl_multifit.h")]
+ [CCode (lower_case_cprefix="gsl_multifit_", cheader_filename="gsl/gsl_multifit.h")]
namespace Multifit
{
public static int linear (Matrix X, Vector y, Vector c, Matrix cov, out double chisq, MultifitLinearWorkspace work);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]