[docs] Fix annotations: "(allow-none): (out)" -> "(out) (allow-none)"

This commit is contained in:
Javier Jardón
2010-06-24 18:10:03 +02:00
parent 71e69e4701
commit d35e4848a2
5 changed files with 15 additions and 15 deletions

View File

@ -7939,8 +7939,8 @@ gtk_widget_set_size_request (GtkWidget *widget,
/**
* gtk_widget_get_size_request:
* @widget: a #GtkWidget
* @width: (allow-none): (out): return location for width, or %NULL
* @height: (allow-none): (out): return location for height, or %NULL
* @width: (out) (allow-none): return location for width, or %NULL
* @height: (out) (allow-none): return location for height, or %NULL
*
* Gets the size request that was explicitly set for the widget using
* gtk_widget_set_size_request(). A value of -1 stored in @width or