mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02: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:
@@ -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)]``.
|
||||
|
||||
|
Reference in New Issue
Block a user