]> 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, 2 Jun 2012 13:31:29 +0000 (15:31 +0200)
vapi/glib-2.0.vapi

index e15fb511e81cd439af4841e6662f4fd59f50e1b1..ff1dedffa2e62fc7ab19fe5224fbe2e8b3883ea7 100644 (file)
@@ -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,