From 2f0d40335b83d70d04a205dd17e8a5514b79f2d4 Mon Sep 17 00:00:00 2001 From: Pavel Holejsovsky Date: Tue, 18 Jan 2011 10:01:17 +0100 Subject: [GI] Add missing (transfer) annotations --- gtk/gtkpagesetupunixdialog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/gtkpagesetupunixdialog.c') diff --git a/gtk/gtkpagesetupunixdialog.c b/gtk/gtkpagesetupunixdialog.c index ed1190d62c..0a4e141258 100644 --- a/gtk/gtkpagesetupunixdialog.c +++ b/gtk/gtkpagesetupunixdialog.c @@ -1099,7 +1099,7 @@ gtk_page_setup_unix_dialog_set_page_setup (GtkPageSetupUnixDialog *dialog, * * Gets the currently selected page setup from the dialog. * - * Returns: the current page setup + * Returns: (transfer none): the current page setup * * Since: 2.10 **/ @@ -1196,7 +1196,7 @@ gtk_page_setup_unix_dialog_set_print_settings (GtkPageSetupUnixDialog *dialog, * * Gets the current print settings from the dialog. * - * Returns: the current print settings + * Returns: (transfer none): the current print settings * * Since: 2.10 **/ -- cgit v1.2.1