summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2012-06-02 15:31:29 +0200
committerJürg Billeter <j@bitron.ch>2012-06-23 17:27:15 +0200
commitdaef7d45f5a7b6c3afd1aea0918f77bf364a8a5c (patch)
tree8bfc5206f6403ee4e2afd7a4d75a40a667a5259e
parent41130dcfae7a411d9472721a4bea067bd19c58dc (diff)
downloadvala-daef7d45f5a7b6c3afd1aea0918f77bf364a8a5c.tar.gz
glib-2.0: Fix typo in FileSeek attribute
-rw-r--r--vapi/glib-2.0.vapi2
1 files changed, 1 insertions, 1 deletions
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index 749f72f31..9dfb18ded 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -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,