mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-21 14:49:16 +02:00
Merge branch 'GVariant-bytestring-docs' into 'master'
gvariant-text: fix bytestring example See merge request GNOME/glib!132
This commit is contained in:
commit
e5ff26d657
@ -579,7 +579,7 @@
|
|||||||
forms <literal>\0nnn</literal> and <literal>\xnn</literal>.
|
forms <literal>\0nnn</literal> and <literal>\xnn</literal>.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
<literal>b'abc'</literal> is equivalent to <literal>[byte 0x97, 0x98, 0x99, 0]</literal>.
|
<literal>b'abc'</literal> is equivalent to <literal>[byte 0x61, 0x62, 0x63, 0]</literal>.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
When formatting arrays of bytes, the printer will choose to display the array as a bytestring if it contains
|
When formatting arrays of bytes, the printer will choose to display the array as a bytestring if it contains
|
||||||
|
Loading…
x
Reference in New Issue
Block a user