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



commit daef7d45f5a7b6c3afd1aea0918f77bf364a8a5c
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 749f72f..9dfb18d 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -3152,7 +3152,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]