gvariant: Fix some GIR annotations on internal functions

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2018-11-06 11:24:05 +00:00
parent 0f2a6c61c9
commit 7b0f2e0e34

View File

@ -220,8 +220,8 @@ g_variant_type_info_get_type_string (GVariantTypeInfo *info)
/* < private > /* < private >
* g_variant_type_info_query: * g_variant_type_info_query:
* @info: a #GVariantTypeInfo * @info: a #GVariantTypeInfo
* @alignment: (nullable): the location to store the alignment, or %NULL * @alignment: (optional): the location to store the alignment, or %NULL
* @fixed_size: (nullable): the location to store the fixed size, or %NULL * @fixed_size: (optional): the location to store the fixed size, or %NULL
* *
* Queries @info to determine the alignment requirements and fixed size * Queries @info to determine the alignment requirements and fixed size
* (if any) of the type. * (if any) of the type.
@ -329,8 +329,8 @@ g_variant_type_info_element (GVariantTypeInfo *info)
/* < private > /* < private >
* g_variant_type_query_element: * g_variant_type_query_element:
* @info: a #GVariantTypeInfo for an array or maybe type * @info: a #GVariantTypeInfo for an array or maybe type
* @alignment: (nullable): the location to store the alignment, or %NULL * @alignment: (optional): the location to store the alignment, or %NULL
* @fixed_size: (nullable): the location to store the fixed size, 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 * Returns the alignment requires and fixed size (if any) for the
* element type of the array. This call is a convenience wrapper around * element type of the array. This call is a convenience wrapper around