mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-25 03:32:12 +01:00
docs/gvariant: fix a(si) example in specification
This has a trailing 0x15 on it when you create it with GVariant and the specification should match. Closes: #3478
This commit is contained in:
parent
84b6f747cb
commit
ff00e9c2ed
@ -677,7 +677,7 @@ represents when deserialised with the given type.
|
|||||||
With type ``'a(si)'``::
|
With type ``'a(si)'``::
|
||||||
|
|
||||||
'h 'i \0 -- fe ff ff ff 03 ## ## ## 'b 'y 'e \0
|
'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)]``.
|
has a value of ``[('hi', -2), ('bye', -1)]``.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user