diff options
author | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-18 10:01:17 +0100 |
---|---|---|
committer | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-20 13:57:18 +0100 |
commit | 2f0d40335b83d70d04a205dd17e8a5514b79f2d4 (patch) | |
tree | e154bd17faf149c40807461f9e671983e32b6f82 /gtk/gtkprintcontext.c | |
parent | 9b88eb356dde2578ff652511fcfc083b66be7b0b (diff) | |
download | gtk+-2f0d40335b83d70d04a205dd17e8a5514b79f2d4.tar.gz |
[GI] Add missing (transfer) annotations
Diffstat (limited to 'gtk/gtkprintcontext.c')
-rw-r--r-- | gtk/gtkprintcontext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprintcontext.c b/gtk/gtkprintcontext.c index c512869467..9cd0298f46 100644 --- a/gtk/gtkprintcontext.c +++ b/gtk/gtkprintcontext.c @@ -253,7 +253,7 @@ _gtk_print_context_set_page_setup (GtkPrintContext *context, * Obtains the cairo context that is associated with the * #GtkPrintContext. * - * Return value: the cairo context of @context + * Return value: (transfer none): the cairo context of @context * * Since: 2.10 */ |