[GI] Add missing (out) and (array) annotations

This commit is contained in:
Pavel Holejsovsky
2011-01-18 10:10:30 +01:00
parent 2f0d40335b
commit 2fb1c06402
59 changed files with 354 additions and 291 deletions

View File

@ -1400,8 +1400,8 @@ gtk_scale_get_layout (GtkScale *scale)
/**
* gtk_scale_get_layout_offsets:
* @scale: a #GtkScale
* @x: (allow-none): location to store X offset of layout, or %NULL
* @y: (allow-none): location to store Y offset of layout, or %NULL
* @x: (out) (allow-none): location to store X offset of layout, or %NULL
* @y: (out) (allow-none): location to store Y offset of layout, or %NULL
*
* Obtains the coordinates where the scale will draw the
* #PangoLayout representing the text in the scale. Remember