Merge branch 'GVariant-bytestring-docs' into 'master'

gvariant-text: fix bytestring example

See merge request GNOME/glib!132
This commit is contained in:
Philip Withnall 2018-06-22 10:19:36 +00:00
commit e5ff26d657

View File

@ -579,7 +579,7 @@
forms <literal>\0nnn</literal> and <literal>\xnn</literal>.
</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>
When formatting arrays of bytes, the printer will choose to display the array as a bytestring if it contains