libgimpwidgets: add and fix some annotations

This commit is contained in:
Michael Natterer
2019-08-01 14:02:21 +02:00
parent ea53089545
commit bdac38a854
5 changed files with 12 additions and 8 deletions

View File

@ -471,7 +471,7 @@ gimp_color_selection_set_color (GimpColorSelection *selection,
/**
* gimp_color_selection_get_color:
* @selection: A #GimpColorSelection widget.
* @color: Return location for the @selection's current @color.
* @color: (out): Return location for the @selection's current @color.
*
* This function returns the #GimpColorSelection's current color.
**/
@ -509,7 +509,7 @@ gimp_color_selection_set_old_color (GimpColorSelection *selection,
/**
* gimp_color_selection_get_old_color:
* @selection: A #GimpColorSelection widget.
* @color: Return location for the @selection's old @color.
* @color: (out): Return location for the @selection's old @color.
*
* This function returns the #GimpColorSelection's old color.
**/
@ -611,7 +611,8 @@ gimp_color_selection_get_notebook (GimpColorSelection *selection)
* gimp_color_selection_get_right_vbox:
* @selection: A #GimpColorSelection widget.
*
* Returns: (transfer none): The selection's right #GtkBox which contains the color scales.
* Returns: (transfer none): The selection's right #GtkBox which
* contains the color scales.
*
* Since: 3.0
*/