diff options
Diffstat (limited to 'gtk/gtkinfobar.c')
-rw-r--r-- | gtk/gtkinfobar.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkinfobar.c b/gtk/gtkinfobar.c index 0415c9165e..2d1cd4780b 100644 --- a/gtk/gtkinfobar.c +++ b/gtk/gtkinfobar.c @@ -739,7 +739,7 @@ gtk_info_bar_add_action_widget (GtkInfoBar *info_bar, * * Returns the action area of @info_bar. * - * Returns: the action area. + * Returns: (transfer none): the action area * * Since: 2.18 */ @@ -757,7 +757,7 @@ gtk_info_bar_get_action_area (GtkInfoBar *info_bar) * * Returns the content area of @info_bar. * - * Returns: the content area. + * Returns: (transfer none): the content area * * Since: 2.18 */ @@ -781,7 +781,7 @@ gtk_info_bar_get_content_area (GtkInfoBar *info_bar) * to the end of the info bars's action area. The button widget is * returned, but usually you don't need it. * - * Returns: the button widget that was added + * Returns: (transfer none): the button widget that was added * * Since: 2.18 */ |