From: Evan Nemerson Date: Wed, 2 Dec 2009 21:55:55 +0000 (-0800) Subject: Fix some typos in CCode attributes. X-Git-Tag: 0.7.9~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8104230231cd9730666870a474db33d479f4b2a;p=thirdparty%2Fvala.git Fix some typos in CCode attributes. --- diff --git a/vapi/gnet-2.0.vapi b/vapi/gnet-2.0.vapi index c46f0f550..6d6c68c4a 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 4ad89b158..caa9c0923 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);