diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-09-21 00:18:11 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-09-21 00:18:11 -0400 |
commit | e0aa12eb0ab8d20a2bc9de7d89c779d3566ee669 (patch) | |
tree | 63a25f9dd34d5a7b8776c37bccb197bf5d63bfb0 /gtk/gtkinfobar.c | |
parent | ca251cf1d45ed6be71065d058313b9b22d36f10d (diff) | |
download | gtk+-e0aa12eb0ab8d20a2bc9de7d89c779d3566ee669.tar.gz |
Tons of transfer annotations
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 */ |