From 816cf86462e0f1395bd9c30c85401d747acbfa64 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 14 Jul 2008 18:43:22 +0000 Subject: Map GSeekType to an int 2008-07-14 Johan Dahlin * codegen/argtypes.py: Map GSeekType to an int * gio/gfileinfo.override: * gio/ginputstream.override: * gio/goutputstream.override: Add comments for missing API svn path=/trunk/; revision=798 --- codegen/argtypes.py | 1 + 1 file changed, 1 insertion(+) (limited to 'codegen') diff --git a/codegen/argtypes.py b/codegen/argtypes.py index 9230193..560c43c 100644 --- a/codegen/argtypes.py +++ b/codegen/argtypes.py @@ -981,6 +981,7 @@ matcher.register('guint16', arg) matcher.register('gint16', arg) matcher.register('gint32', arg) matcher.register('GTime', arg) +matcher.register('GSeekType', arg) # Hack, but we have no python wrapper arg = LongArg() matcher.register('long', arg) -- cgit