[draw] Another Since: tag update

This commit is contained in:
Behdad Esfahbod 2022-02-02 18:13:46 -06:00
parent 7ac23f4e78
commit 27dfd69fc7
1 changed files with 1 additions and 1 deletions

View File

@ -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;