diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2019-03-04 18:58:13 +0100 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2019-03-04 18:58:13 +0100 |
commit | b04dea6e5d82d567f0575caf85eb61b9cae2a10f (patch) | |
tree | eb85c2de9205b9e200a3797c03701b6e6c6b0cc2 /gir/gobject-2.0.c | |
parent | 8d1aa1e9286ca561810ebad8127ba267203bf9b0 (diff) | |
download | gobject-introspection-b04dea6e5d82d567f0575caf85eb61b9cae2a10f.tar.gz |
Update glib annotations
Diffstat (limited to 'gir/gobject-2.0.c')
-rw-r--r-- | gir/gobject-2.0.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gir/gobject-2.0.c b/gir/gobject-2.0.c index 67539ec5..d5d50385 100644 --- a/gir/gobject-2.0.c +++ b/gir/gobject-2.0.c @@ -961,24 +961,6 @@ /** - * g_cclosure_marshal_BOOL__BOXED_BOXED: - * @closure: A #GClosure. - * @return_value: A #GValue to store the return value. May be %NULL - * if the callback of closure doesn't return a value. - * @n_param_values: The length of the @param_values array. - * @param_values: An array of #GValues holding the arguments - * on which to invoke the callback of closure. - * @invocation_hint: The invocation hint given as the last argument to - * g_closure_invoke(). - * @marshal_data: Additional data specified when registering the - * marshaller, see g_closure_set_marshal() and - * g_closure_set_meta_marshal() - * - * An old alias for g_cclosure_marshal_BOOLEAN__BOXED_BOXED(). - */ - - -/** * g_cclosure_marshal_BOOL__FLAGS: * * Another name for g_cclosure_marshal_BOOLEAN__FLAGS(). |