diff options
Diffstat (limited to 'gtk/gtkassistant.c')
-rw-r--r-- | gtk/gtkassistant.c | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/gtk/gtkassistant.c b/gtk/gtkassistant.c index a866413de8..9f9d86c7e5 100644 --- a/gtk/gtkassistant.c +++ b/gtk/gtkassistant.c @@ -1686,7 +1686,8 @@ gtk_assistant_get_n_pages (GtkAssistant *assistant) * * Returns the child widget contained in page number @page_num. * - * Return value: The child widget, or %NULL if @page_num is out of bounds. + * Return value: (transfer none): The child widget, or %NULL + * if @page_num is out of bounds. * * Since: 2.10 **/ @@ -2117,11 +2118,11 @@ gtk_assistant_set_page_header_image (GtkAssistant *assistant, * gtk_assistant_get_page_header_image: * @assistant: a #GtkAssistant * @page: a page of @assistant - * - * Gets the header image for @page. - * - * Return value: the header image for @page, or %NULL - * if there's no header image for the page. + * + * Gets the header image for @page. + * + * Return value: (transfer none): the header image for @page, or %NULL + * if there's no header image for the page. * * Since: 2.10 **/ @@ -2197,11 +2198,11 @@ gtk_assistant_set_page_side_image (GtkAssistant *assistant, * gtk_assistant_get_page_side_image: * @assistant: a #GtkAssistant * @page: a page of @assistant - * - * Gets the header image for @page. - * - * Return value: the side image for @page, or %NULL - * if there's no side image for the page. + * + * Gets the header image for @page. + * + * Return value: (transfer none): the side image for @page, or %NULL + * if there's no side image for the page. * * Since: 2.10 **/ |