summaryrefslogtreecommitdiff
path: root/tests/delegates/compatible.c-expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/delegates/compatible.c-expected')
-rw-r--r--tests/delegates/compatible.c-expected1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/delegates/compatible.c-expected b/tests/delegates/compatible.c-expected
index b570e9e26..3eaecad79 100644
--- a/tests/delegates/compatible.c-expected
+++ b/tests/delegates/compatible.c-expected
@@ -59,6 +59,7 @@ static gpointer bar_parent_class = NULL;
static FooIface * bar_foo_parent_iface = NULL;
VALA_EXTERN GType foo_get_type (void) G_GNUC_CONST ;
+G_DEFINE_AUTOPTR_CLEANUP_FUNC (Foo, g_object_unref)
VALA_EXTERN void foo_foo (Foo* self,
Func func,
gpointer func_target);