diff options
author | Johan Dahlin <johan@gnome.org> | 2010-05-18 18:10:51 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-05-18 18:11:58 -0300 |
commit | 85a6b48602bc3e8e68e1048de375fc32ae825347 (patch) | |
tree | 4a29d1f44af2e7c116e8fff1493eb918a4e68f09 /girepository/girffi.c | |
parent | 03417f9c6ea66d343a7ebb51d2bb99dcfb2befb4 (diff) | |
download | gobject-introspection-85a6b48602bc3e8e68e1048de375fc32ae825347.tar.gz |
[girepository] Document most of the structs
Diffstat (limited to 'girepository/girffi.c')
-rw-r--r-- | girepository/girffi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/girepository/girffi.c b/girepository/girffi.c index 3f0b6705..6716324e 100644 --- a/girepository/girffi.c +++ b/girepository/girffi.c @@ -198,6 +198,8 @@ g_callable_info_get_ffi_return_type (GICallableInfo *callable_info) * A primary intent of this function is that a dynamic structure allocated * by a language binding could contain a #GIFunctionInvoker structure * inside the binding's function mapping. + * + * Returns: %TRUE on success, %FALSE otherwise with @error set. */ gboolean g_function_info_prep_invoker (GIFunctionInfo *info, |