[vala] glib-2.0: Fix typo in FileSeek attribute



commit fe874e36512234d907ea0fec97f80228f85bc5da
Author: JÃrg Billeter <j bitron ch>
Date:   Sat Jun 2 15:31:29 2012 +0200

    glib-2.0: Fix typo in FileSeek attribute

 vapi/glib-2.0.vapi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index e15fb51..ff1dedf 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -2944,7 +2944,7 @@ namespace GLib {
 		EXISTS
 	}
 
-	[CCode (name = "int", cprefix = "SEEK_", has_type_id = false)]
+	[CCode (cname = "int", cprefix = "SEEK_", has_type_id = false)]
 	public enum FileSeek {
 		SET,
 		CUR,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]