mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
gvariant: Fix some GIR annotations on internal functions
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
0f2a6c61c9
commit
7b0f2e0e34
@ -220,8 +220,8 @@ g_variant_type_info_get_type_string (GVariantTypeInfo *info)
|
||||
/* < private >
|
||||
* g_variant_type_info_query:
|
||||
* @info: a #GVariantTypeInfo
|
||||
* @alignment: (nullable): the location to store the alignment, or %NULL
|
||||
* @fixed_size: (nullable): the location to store the fixed size, or %NULL
|
||||
* @alignment: (optional): the location to store the alignment, or %NULL
|
||||
* @fixed_size: (optional): the location to store the fixed size, or %NULL
|
||||
*
|
||||
* Queries @info to determine the alignment requirements and fixed size
|
||||
* (if any) of the type.
|
||||
@ -329,8 +329,8 @@ g_variant_type_info_element (GVariantTypeInfo *info)
|
||||
/* < private >
|
||||
* g_variant_type_query_element:
|
||||
* @info: a #GVariantTypeInfo for an array or maybe type
|
||||
* @alignment: (nullable): the location to store the alignment, or %NULL
|
||||
* @fixed_size: (nullable): the location to store the fixed size, or %NULL
|
||||
* @alignment: (optional): the location to store the alignment, or %NULL
|
||||
* @fixed_size: (optional): the location to store the fixed size, or %NULL
|
||||
*
|
||||
* Returns the alignment requires and fixed size (if any) for the
|
||||
* element type of the array. This call is a convenience wrapper around
|
||||
|
Loading…
Reference in New Issue
Block a user