[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

@ -799,9 +799,9 @@ gtk_table_get_homogeneous (GtkTable *table)
/**
* gtk_table_get_size:
* @table: a #GtkTable
* @rows: (allow-none): (out): return location for the number of
* @rows: (out) (allow-none): return location for the number of
* rows, or %NULL
* @columns: (allow-none): (out): return location for the number
* @columns: (out) (allow-none): return location for the number
* of columns, or %NULL
*
* Returns the number of rows and columns in the table.