mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-02 03:56:53 +02:00
gvariant: Minor documentation tweak for g_variant_get_fixed_array()
Add a missing clausal comma, and add some backtick formatting. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
028a597d64
commit
1b64ddb933
@ -1110,11 +1110,11 @@ g_variant_lookup_value (GVariant *dictionary,
|
|||||||
* - %G_VARIANT_TYPE_DOUBLE: #gdouble
|
* - %G_VARIANT_TYPE_DOUBLE: #gdouble
|
||||||
*
|
*
|
||||||
* 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 sizeof(gint32). This value isn't used except for the purpose
|
* you might say `sizeof(gint32)`. This value isn't used except for the purpose
|
||||||
* of a double-check that the form of the serialised data matches the caller's
|
* of a double-check that the form of the serialised data matches the caller's
|
||||||
* expectation.
|
* 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.
|
||||||
*
|
*
|
||||||
* Returns: (array length=n_elements) (transfer none): a pointer to
|
* Returns: (array length=n_elements) (transfer none): a pointer to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user