Merge branch 'wip/chergert/fix-gvariant-spec' into 'main'

docs/gvariant: fix a(si) example in specification

Closes #3478

See merge request GNOME/glib!4289
This commit is contained in:
Philip Withnall 2024-09-25 14:39:05 +00:00
commit f2ca182ab4

View File

@ -677,7 +677,7 @@ represents when deserialised with the given type.
With type ``'a(si)'``::
'h 'i \0 -- fe ff ff ff 03 ## ## ## 'b 'y 'e \0
ff ff ff ff 04 09
ff ff ff ff 04 09 15
has a value of ``[('hi', -2), ('bye', -1)]``.