From 6369647f625ce975924fccf64eaa20f02c76ad15 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sun, 21 Dec 2008 21:32:53 +0000 Subject: [PATCH] Annotate transfer, direction and allow none for g_file_load_contents 2008-12-21 Johan Dahlin * gir/gio-2.0.c: Annotate transfer, direction and allow none for g_file_load_contents parameters. svn path=/trunk/; revision=995 --- ChangeLog | 6 ++++++ gir/gio-2.0.c | 3 +++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 812f645..e97edef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-12-21 Johan Dahlin + + * gir/gio-2.0.c: + Annotate transfer, direction and allow none for + g_file_load_contents parameters. + 2008-12-12 Owen Taylor Disable array auto-detection for out-annotated parameters (#563934) diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c index f121780..670d27d 100644 --- a/gir/gio-2.0.c +++ b/gir/gio-2.0.c @@ -238,6 +238,9 @@ /** * g_file_load_contents: * @cancellable: (allow-none): + * @contents: (out) (transfer full): + * @length: (allow-none) (out): + * @etag_out: (allow-none) (out): */ /** -- 2.7.4