]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: set FileSeek cname to "int"
authorEvan Nemerson <evan@coeus-group.com>
Fri, 1 Jun 2012 02:38:39 +0000 (19:38 -0700)
committerEvan Nemerson <evan@coeus-group.com>
Fri, 1 Jun 2012 02:39:02 +0000 (19:39 -0700)
vapi/glib-2.0.vapi

index 2d1c4f658a361da62a4ac86eea2980b5f63166fd..e15fb511e81cd439af4841e6662f4fd59f50e1b1 100644 (file)
@@ -2944,7 +2944,7 @@ namespace GLib {
                EXISTS
        }
 
-       [CCode (cprefix = "SEEK_", has_type_id = false)]
+       [CCode (name = "int", cprefix = "SEEK_", has_type_id = false)]
        public enum FileSeek {
                SET,
                CUR,