summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2012-05-31 19:38:39 -0700
committerJürg Billeter <j@bitron.ch>2012-06-23 17:27:08 +0200
commit41130dcfae7a411d9472721a4bea067bd19c58dc (patch)
tree5f831fa5236dd8b2b6d2213012e3d9c4c7edbd9b
parent64fb2191218a03cc7ebedc030b14869fb57f3222 (diff)
downloadvala-41130dcfae7a411d9472721a4bea067bd19c58dc.tar.gz
glib-2.0: set FileSeek cname to "int"
-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 6a50e096c..749f72f31 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -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,