From a18d88dd1a42ef646852b32dc00b07d7895b6dc7 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Sat, 11 Sep 2010 14:25:27 +0200 Subject: Make Full the default transfer for returned foreign structs. For that we also need to read the annotations for foreign structs before guessing the transfer mode of return values. https://bugzilla.gnome.org/show_bug.cgi?id=629188 --- tests/scanner/foo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/scanner/foo.h') diff --git a/tests/scanner/foo.h b/tests/scanner/foo.h index 6c572666..e648e609 100644 --- a/tests/scanner/foo.h +++ b/tests/scanner/foo.h @@ -424,6 +424,7 @@ struct _FooForeignStruct }; FooForeignStruct* foo_foreign_struct_new (void); +FooForeignStruct* foo_foreign_struct_copy (FooForeignStruct *original); /* This one should be a global, not a method on UtilityObject since * it's a separate namespace. -- cgit v1.2.1