mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-25 05:26:14 +01:00
gvariant: Fix some minor typos in documentation comments
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
6db82d98d3
commit
64f5e3ab2d
@ -604,7 +604,7 @@ g_variant_new_from_bytes (const GVariantType *type,
|
||||
* @type: a #GVariantType
|
||||
* @children: an array of #GVariant pointers. Consumed.
|
||||
* @n_children: the length of @children
|
||||
* @trusted: %TRUE if every child in @children in trusted
|
||||
* @trusted: %TRUE if every child in @children is trusted
|
||||
*
|
||||
* Constructs a new tree-mode #GVariant instance. This is the inner
|
||||
* interface for creation of new serialized values that gets called from
|
||||
|
@ -1466,7 +1466,7 @@ g_variant_serialiser_serialise (GVariantSerialised serialised,
|
||||
*
|
||||
* Determines how much memory would be needed to serialize this value.
|
||||
*
|
||||
* This function is only resonsible for performing calculations for the
|
||||
* This function is only responsible for performing calculations for the
|
||||
* top-level container. @gvs_filler is called on each child of the
|
||||
* container in order to determine its size.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user