From f78a25098adc30ec24cde24676c2a077883a25e1 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 5 Jun 2022 00:55:35 -0600 Subject: [PATCH] [gi] Remove Xconstructor annotations --- src/hb-buffer.cc | 2 +- src/hb-draw.cc | 2 +- src/hb-face.cc | 2 +- src/hb-font.cc | 4 ++-- src/hb-map.cc | 2 +- src/hb-set.cc | 2 +- src/hb-shape-plan.cc | 4 ++-- src/hb-unicode.cc | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/hb-buffer.cc b/src/hb-buffer.cc index 2124a592b..e6efa158b 100644 --- a/src/hb-buffer.cc +++ b/src/hb-buffer.cc @@ -638,7 +638,7 @@ DEFINE_NULL_INSTANCE (hb_buffer_t) = /** - * hb_buffer_create: (Xconstructor) + * hb_buffer_create: * * Creates a new #hb_buffer_t with all properties to defaults. * diff --git a/src/hb-draw.cc b/src/hb-draw.cc index b31019b07..29ac6a66e 100644 --- a/src/hb-draw.cc +++ b/src/hb-draw.cc @@ -107,7 +107,7 @@ HB_DRAW_FUNCS_IMPLEMENT_CALLBACKS #undef HB_DRAW_FUNC_IMPLEMENT /** - * hb_draw_funcs_create: (Xconstructor) + * hb_draw_funcs_create: * * Creates a new draw callbacks object. * diff --git a/src/hb-face.cc b/src/hb-face.cc index 87a64e827..7cdd6cb49 100644 --- a/src/hb-face.cc +++ b/src/hb-face.cc @@ -190,7 +190,7 @@ _hb_face_for_data_reference_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void } /** - * hb_face_create: (Xconstructor) + * hb_face_create: * @blob: #hb_blob_t to work upon * @index: The index of the face within @blob * diff --git a/src/hb-font.cc b/src/hb-font.cc index 8c4888561..30fd2a664 100644 --- a/src/hb-font.cc +++ b/src/hb-font.cc @@ -663,7 +663,7 @@ static const hb_font_funcs_t _hb_font_funcs_default = { /** - * hb_font_funcs_create: (Xconstructor) + * hb_font_funcs_create: * * Creates a new #hb_font_funcs_t structure of font functions. * @@ -1688,7 +1688,7 @@ _hb_font_create (hb_face_t *face) } /** - * hb_font_create: (Xconstructor) + * hb_font_create: * @face: a face. * * Constructs a new font object from the specified face. diff --git a/src/hb-map.cc b/src/hb-map.cc index 7335ff421..4e94cdd97 100644 --- a/src/hb-map.cc +++ b/src/hb-map.cc @@ -40,7 +40,7 @@ /** - * hb_map_create: (Xconstructor) + * hb_map_create: * * Creates a new, initially empty map. * diff --git a/src/hb-set.cc b/src/hb-set.cc index 42788b2bc..16efd81bd 100644 --- a/src/hb-set.cc +++ b/src/hb-set.cc @@ -40,7 +40,7 @@ /** - * hb_set_create: (Xconstructor) + * hb_set_create: * * Creates a new, initially empty set. * diff --git a/src/hb-shape-plan.cc b/src/hb-shape-plan.cc index 4c79e9cac..0af07825f 100644 --- a/src/hb-shape-plan.cc +++ b/src/hb-shape-plan.cc @@ -170,7 +170,7 @@ hb_shape_plan_key_t::equal (const hb_shape_plan_key_t *other) /** - * hb_shape_plan_create: (Xconstructor) + * hb_shape_plan_create: * @face: #hb_face_t to use * @props: The #hb_segment_properties_t of the segment * @user_features: (array length=num_user_features): The list of user-selected features @@ -198,7 +198,7 @@ hb_shape_plan_create (hb_face_t *face, } /** - * hb_shape_plan_create2: (Xconstructor) + * hb_shape_plan_create2: * @face: #hb_face_t to use * @props: The #hb_segment_properties_t of the segment * @user_features: (array length=num_user_features): The list of user-selected features diff --git a/src/hb-unicode.cc b/src/hb-unicode.cc index 83ead6398..05f74b923 100644 --- a/src/hb-unicode.cc +++ b/src/hb-unicode.cc @@ -169,7 +169,7 @@ hb_unicode_funcs_get_default () #endif /** - * hb_unicode_funcs_create: (Xconstructor) + * hb_unicode_funcs_create: * @parent: (nullable): Parent Unicode-functions structure * * Creates a new #hb_unicode_funcs_t structure of Unicode functions.