summaryrefslogtreecommitdiff
path: root/tools/generate.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/generate.c')
-rw-r--r--tools/generate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/generate.c b/tools/generate.c
index 04cb87c4..224d2b40 100644
--- a/tools/generate.c
+++ b/tools/generate.c
@@ -250,10 +250,10 @@ write_callable_info (const gchar *namespace,
case GI_TRANSFER_NOTHING:
break;
case GI_TRANSFER_CONTAINER:
- g_fprintf (file, " transfer=\"container\"");
+ g_fprintf (file, " transfer-ownership=\"container\"");
break;
case GI_TRANSFER_EVERYTHING:
- g_fprintf (file, " transfer=\"full\"");
+ g_fprintf (file, " transfer-ownership=\"full\"");
break;
default:
g_assert_not_reached ();