From 27dfd69fc702550b454a35e1aa7b0ad5676a602d Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 2 Feb 2022 18:13:46 -0600 Subject: [PATCH] [draw] Another Since: tag update --- src/hb-draw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-draw.h b/src/hb-draw.h index 693b17d81..305e6ce74 100644 --- a/src/hb-draw.h +++ b/src/hb-draw.h @@ -61,7 +61,7 @@ typedef void (*hb_draw_close_path_func_t) (void *user_data); * _move_to, _line_to and _cubic_to calls are necessary to be defined but we * translate _quadratic_to calls to _cubic_to if the callback isn't defined. * - * Since: EXPERIMENTAL + * Since: REPLACEME **/ typedef struct hb_draw_funcs_t hb_draw_funcs_t;