[gi] Remove Xconstructor annotations

This commit is contained in:
Behdad Esfahbod 2022-06-05 00:55:35 -06:00
parent aef92b2846
commit f78a25098a
8 changed files with 10 additions and 10 deletions

View File

@ -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.
*

View File

@ -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.
*

View File

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

View File

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

View File

@ -40,7 +40,7 @@
/**
* hb_map_create: (Xconstructor)
* hb_map_create:
*
* Creates a new, initially empty map.
*

View File

@ -40,7 +40,7 @@
/**
* hb_set_create: (Xconstructor)
* hb_set_create:
*
* Creates a new, initially empty set.
*

View File

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

View File

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