From: Jürg Billeter Date: Sat, 2 Jun 2012 13:31:29 +0000 (+0200) Subject: glib-2.0: Fix typo in FileSeek attribute X-Git-Tag: 0.17.1~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe874e36512234d907ea0fec97f80228f85bc5da;p=thirdparty%2Fvala.git glib-2.0: Fix typo in FileSeek attribute --- diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index e15fb511e..ff1dedffa 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -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,