]> 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)
committerJürg Billeter <j@bitron.ch>
Sat, 23 Jun 2012 15:27:08 +0000 (17:27 +0200)
vapi/glib-2.0.vapi

index 6a50e096cc443111d810896d8e14eafc808575a6..749f72f3175f9212a17f0b248675175d26484b7d 100644 (file)
@@ -3152,7 +3152,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,