Tons of transfer annotations

This commit is contained in:
Matthias Clasen
2010-09-21 00:18:11 -04:00
parent ca251cf1d4
commit e0aa12eb0a
84 changed files with 815 additions and 772 deletions

View File

@ -676,7 +676,7 @@ gtk_scale_button_set_icons (GtkScaleButton *button,
* Gets the #GtkAdjustment associated with the #GtkScaleButton's scale.
* See gtk_range_get_adjustment() for details.
*
* Returns: the adjustment associated with the scale
* Returns: (transfer none): the adjustment associated with the scale
*
* Since: 2.12
*/
@ -728,7 +728,7 @@ gtk_scale_button_set_adjustment (GtkScaleButton *button,
*
* Retrieves the plus button of the #GtkScaleButton.
*
* Returns: the plus button of the #GtkScaleButton.
* Returns: (transfer none): the plus button of the #GtkScaleButton
*
* Since: 2.14
*/
@ -746,7 +746,7 @@ gtk_scale_button_get_plus_button (GtkScaleButton *button)
*
* Retrieves the minus button of the #GtkScaleButton.
*
* Returns: the minus button of the #GtkScaleButton.
* Returns: (transfer none): the minus button of the #GtkScaleButton
*
* Since: 2.14
*/
@ -764,7 +764,7 @@ gtk_scale_button_get_minus_button (GtkScaleButton *button)
*
* Retrieves the popup of the #GtkScaleButton.
*
* Returns: the popup of the #GtkScaleButton
* Returns: (transfer none): the popup of the #GtkScaleButton
*
* Since: 2.14
*/