mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-05 18:48:55 +01:00
Fix a typo in describing g_variant_get_fixed_array
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=632049 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Ryan Lortie <desrt@desrt.ca>
This commit is contained in:
@@ -1083,7 +1083,7 @@ g_variant_lookup_value (GVariant *dictionary,
|
|||||||
* For example, if calling this function for an array of 32 bit integers,
|
* For example, if calling this function for an array of 32 bit integers,
|
||||||
* you might say <code>sizeof (gint32)</code>. This value isn't used
|
* you might say <code>sizeof (gint32)</code>. This value isn't used
|
||||||
* except for the purpose of a double-check that the form of the
|
* except for the purpose of a double-check that the form of the
|
||||||
* seralised data matches the caller's expectation.
|
* serialised data matches the caller's expectation.
|
||||||
*
|
*
|
||||||
* @n_elements, which must be non-%NULL is set equal to the number of
|
* @n_elements, which must be non-%NULL is set equal to the number of
|
||||||
* items in the array.
|
* items in the array.
|
||||||
|
|||||||
Reference in New Issue
Block a user