bin: fix get_fill() annotation

This commit is contained in:
Lionel Landwerlin 2012-08-27 03:15:31 +01:00
parent 8c6f3b5d55
commit f9cc9e7be2
1 changed files with 2 additions and 2 deletions

View File

@ -714,8 +714,8 @@ mx_bin_set_fill (MxBin *bin,
/**
* mx_bin_get_fill:
* @bin: a #MxBin
* @x_fill: (out): return location for the horizontal fill, or %NULL
* @y_fill: (out): return location for the vertical fill, or %NULL
* @x_fill: (out) (allow-none): return location for the horizontal fill, or %NULL
* @y_fill: (out) (allow-none): return location for the vertical fill, or %NULL
*
* Retrieves the horizontal and vertical fill settings
*/