From 42324aef2b18728d6318ffd4de08a21b54126c92 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 14 Dec 2022 22:04:46 -0500 Subject: [PATCH] hb-paint: annotation fix --- src/hb-paint.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/hb-paint.h b/src/hb-paint.h index 32decd090..d76956b77 100644 --- a/src/hb-paint.h +++ b/src/hb-paint.h @@ -166,7 +166,7 @@ typedef void (*hb_paint_pop_group_and_composite_func_t) (hb_paint_funcs_t *funcs /** * hb_paint_funcs_set_push_transform_func: * @funcs: - * @func: (closure user_data) (destroy destroy) (scop notified): + * @func: (closure user_data) (destroy destroy) (scope notified): * @user_data: * @destroy: (nullable) */ @@ -179,7 +179,7 @@ hb_paint_funcs_set_push_transform_func (hb_paint_funcs_t *funcs, /** * hb_paint_funcs_set_pop_transform_func: * @funcs: - * @func: (closure user_data) (destroy destroy) (scop notified): + * @func: (closure user_data) (destroy destroy) (scope notified): * @user_data: * @destroy: (nullable) */ @@ -192,7 +192,7 @@ hb_paint_funcs_set_pop_transform_func (hb_paint_funcs_t *funcs, /** * hb_paint_funcs_set_push_clip_func: * @funcs: - * @func: (closure user_data) (destroy destroy) (scop notified): + * @func: (closure user_data) (destroy destroy) (scope notified): * @user_data: * @destroy: (nullable) */ @@ -205,7 +205,7 @@ hb_paint_funcs_set_push_clip_func (hb_paint_funcs_t *funcs, /** * hb_paint_funcs_set_pop_clip_func: * @funcs: - * @func: (closure user_data) (destroy destroy) (scop notified): + * @func: (closure user_data) (destroy destroy) (scope notified): * @user_data: * @destroy: (nullable) */ @@ -218,7 +218,7 @@ hb_paint_funcs_set_pop_clip_func (hb_paint_funcs_t *funcs, /** * hb_paint_funcs_set_solid_func: * @funcs: - * @func: (closure user_data) (destroy destroy) (scop notified): + * @func: (closure user_data) (destroy destroy) (scope notified): * @user_data: * @destroy: (nullable) */ @@ -231,7 +231,7 @@ hb_paint_funcs_set_solid_func (hb_paint_funcs_t *funcs, /** * hb_paint_funcs_set_linear_gradient_func: * @funcs: - * @func: (closure user_data) (destroy destroy) (scop notified): + * @func: (closure user_data) (destroy destroy) (scope notified): * @user_data: * @destroy: (nullable) */ @@ -244,7 +244,7 @@ hb_paint_funcs_set_linear_gradient_func (hb_paint_funcs_t *funcs, /** * hb_paint_funcs_set_radial_gradient_func: * @funcs: - * @func: (closure user_data) (destroy destroy) (scop notified): + * @func: (closure user_data) (destroy destroy) (scope notified): * @user_data: * @destroy: (nullable) */ @@ -257,7 +257,7 @@ hb_paint_funcs_set_radial_gradient_func (hb_paint_funcs_t *funcs, /** * hb_paint_funcs_set_sweep_gradient_func: * @funcs: - * @func: (closure user_data) (destroy destroy) (scop notified): + * @func: (closure user_data) (destroy destroy) (scope notified): * @user_data: * @destroy: (nullable) */ @@ -270,7 +270,7 @@ hb_paint_funcs_set_sweep_gradient_func (hb_paint_funcs_t *funcs, /** * hb_paint_funcs_set_push_group_func: * @funcs: - * @func: (closure user_data) (destroy destroy) (scop notified): + * @func: (closure user_data) (destroy destroy) (scope notified): * @user_data: * @destroy: (nullable) */ @@ -283,7 +283,7 @@ hb_paint_funcs_set_push_group_func (hb_paint_funcs_t *funcs, /** * hb_paint_funcs_set_pop_group_and_composite_func: * @funcs: - * @func: (closure user_data) (destroy destroy) (scop notified): + * @func: (closure user_data) (destroy destroy) (scope notified): * @user_data: * @destroy: (nullable) */