Put back Since: tags for hb_color_get_*

This commit is contained in:
Behdad Esfahbod 2019-05-24 15:41:34 -04:00
parent e1a5ce6aa6
commit 1da089179b
1 changed files with 4 additions and 4 deletions

View File

@ -1166,7 +1166,7 @@ hb_variation_to_string (hb_variation_t *variation,
*
* Return value: Alpha channel value of the given color
*
* Since: REPLACEME
* Since: 2.1.0
*/
uint8_t
(hb_color_get_alpha) (hb_color_t color)
@ -1180,7 +1180,7 @@ uint8_t
*
* Return value: Red channel value of the given color
*
* Since: REPLACEME
* Since: 2.1.0
*/
uint8_t
(hb_color_get_red) (hb_color_t color)
@ -1194,7 +1194,7 @@ uint8_t
*
* Return value: Green channel value of the given color
*
* Since: REPLACEME
* Since: 2.1.0
*/
uint8_t
(hb_color_get_green) (hb_color_t color)
@ -1208,7 +1208,7 @@ uint8_t
*
* Return value: Blue channel value of the given color
*
* Since: REPLACEME
* Since: 2.1.0
*/
uint8_t
(hb_color_get_blue) (hb_color_t color)