]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Fix typo in FileSeek attribute
authorJürg Billeter <j@bitron.ch>
Sat, 2 Jun 2012 13:31:29 +0000 (15:31 +0200)
committerJürg Billeter <j@bitron.ch>
Sat, 23 Jun 2012 15:27:15 +0000 (17:27 +0200)
vapi/glib-2.0.vapi

index 749f72f3175f9212a17f0b248675175d26484b7d..9dfb18ded94bfe6d83a291ad4b633976b2bb0cac 100644 (file)
@@ -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,