gir: More missing annotations

Especially need to watch out with forgetting `(array)` and `(out)`
annotations, as they can really give a different API in certain (if not
most) bindings.
This commit is contained in:
Niels De Graef
2020-05-08 16:57:45 +02:00
parent f23ada8c77
commit 57d3837e40
7 changed files with 29 additions and 10 deletions

View File

@ -41,8 +41,8 @@
/**
* gimp_checks_get_shades:
* @type: the checkerboard type
* @light: return location for the light shade
* @dark: return location for the dark shade
* @light: (out) (optional): return location for the light shade
* @dark: (out) (optional): return location for the dark shade
*
* Retrieves the actual shades of gray to use when drawing a
* checkerboard for a certain #GimpCheckType.