]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Fix some typos in CCode attributes.
authorEvan Nemerson <evan@coeus-group.com>
Wed, 2 Dec 2009 21:55:55 +0000 (13:55 -0800)
committerEvan Nemerson <evan@coeus-group.com>
Wed, 2 Dec 2009 21:55:55 +0000 (13:55 -0800)
vapi/gnet-2.0.vapi
vapi/gsl.vapi

index c46f0f550e5b1a0bc1c653d498f5f54170f829d1..6d6c68c4a8ead65fb985ab02b781447bb830dffa 100644 (file)
@@ -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 {
index 4ad89b1580357392b9fea94f0ba120157d5ce101..caa9c0923936dbcb0acbc46dee8b21e712fb9fa0 100644 (file)
@@ -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);