summaryrefslogtreecommitdiff
path: root/girepository/ginvoke.c
diff options
context:
space:
mode:
authorColin Walters <walters@src.gnome.org>2008-09-23 18:20:25 +0000
committerColin Walters <walters@src.gnome.org>2008-09-23 18:20:25 +0000
commitae4e16612eb0105bc795cc97dab8bdabd03ad8d4 (patch)
treee55e462bee08a15bf831b949fe8a7a50f4c76f4e /girepository/ginvoke.c
parent57ffaa2df30b577dd4818c118454488d33ce4648 (diff)
downloadgobject-introspection-ae4e16612eb0105bc795cc97dab8bdabd03ad8d4.tar.gz
Merge branch 'bug552566-timet/wip'
svn path=/trunk/; revision=624
Diffstat (limited to 'girepository/ginvoke.c')
-rw-r--r--girepository/ginvoke.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/girepository/ginvoke.c b/girepository/ginvoke.c
index 919ca888..bbf152bf 100644
--- a/girepository/ginvoke.c
+++ b/girepository/ginvoke.c
@@ -89,6 +89,7 @@ get_ffi_type (GITypeInfo *info)
rettype = &ffi_type_slong;
break;
case GI_TYPE_TAG_SIZE: /* FIXME */
+ case GI_TYPE_TAG_TIME_T: /* May not be portable */
case GI_TYPE_TAG_ULONG:
rettype = &ffi_type_ulong;
break;