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/gtktoolbutton.c | |
parent | ca251cf1d45ed6be71065d058313b9b22d36f10d (diff) | |
download | gtk+-e0aa12eb0ab8d20a2bc9de7d89c779d3566ee669.tar.gz |
Tons of transfer annotations
Diffstat (limited to 'gtk/gtktoolbutton.c')
-rw-r--r-- | gtk/gtktoolbutton.c | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/gtk/gtktoolbutton.c b/gtk/gtktoolbutton.c index bf61d25121..1b94b23bfe 100644 --- a/gtk/gtktoolbutton.c +++ b/gtk/gtktoolbutton.c @@ -1269,12 +1269,13 @@ gtk_tool_button_set_label_widget (GtkToolButton *button, /** * gtk_tool_button_get_label_widget: * @button: a #GtkToolButton - * - * Returns the widget used as label on @button. See - * gtk_tool_button_set_label_widget(). - * - * Return value: The widget used as label on @button, or %NULL. - * + * + * Returns the widget used as label on @button. + * See gtk_tool_button_set_label_widget(). + * + * Return value: (transfer none): The widget used as label + * on @button, or %NULL. + * * Since: 2.4 **/ GtkWidget * @@ -1288,12 +1289,13 @@ gtk_tool_button_get_label_widget (GtkToolButton *button) /** * gtk_tool_button_get_icon_widget: * @button: a #GtkToolButton - * - * Return the widget used as icon widget on @button. See - * gtk_tool_button_set_icon_widget(). - * - * Return value: The widget used as icon on @button, or %NULL. - * + * + * Return the widget used as icon widget on @button. + * See gtk_tool_button_set_icon_widget(). + * + * Return value: (transfer none): The widget used as icon + * on @button, or %NULL. + * * Since: 2.4 **/ GtkWidget * |