Hi,

I detected 2 little typos. Patches attached.

Regards, Frederik
diff --git a/vapi/gnet-2.0.vapi b/vapi/gnet-2.0.vapi
index baf62e4..123a9c1 100644
--- a/vapi/gnet-2.0.vapi
+++ b/vapi/gnet-2.0.vapi
@@ -426,7 +426,7 @@ namespace GNet {
 									  void *data);
 
 	[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 7529e5d..3e0901c 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);

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

_______________________________________________
Vala-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to