libgimpwidgets: add and fix some annotations
This commit is contained in:
@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user