mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
docs: Fix some minor typos in the GVariant documentation
https://bugzilla.gnome.org/show_bug.cgi?id=729269
This commit is contained in:
parent
fca1b83be7
commit
361a6eb856
@ -62,7 +62,7 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
a sequence of zero or more format strings strings, concatenated and enclosed in parentheses
|
a sequence of zero or more format strings, concatenated and enclosed in parentheses
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -471,7 +471,7 @@
|
|||||||
Note that in C, small integer types in variable argument lists are promoted up to <link
|
Note that in C, small integer types in variable argument lists are promoted up to <link
|
||||||
linkend='gint'><type>int</type></link> or <link linkend='guint'><type>unsigned int</type></link> as appropriate, and
|
linkend='gint'><type>int</type></link> or <link linkend='guint'><type>unsigned int</type></link> as appropriate, and
|
||||||
read back accordingly. <link linkend='gint'><type>int</type></link> is 32 bits on every platform on which GLib is
|
read back accordingly. <link linkend='gint'><type>int</type></link> is 32 bits on every platform on which GLib is
|
||||||
currently suported. This means that you can use C expressions of type <link linkend='gint'><type>int</type></link>
|
currently supported. This means that you can use C expressions of type <link linkend='gint'><type>int</type></link>
|
||||||
with <link linkend='g-variant-new'><function>g_variant_new()</function></link> and format characters
|
with <link linkend='g-variant-new'><function>g_variant_new()</function></link> and format characters
|
||||||
'<literal>b</literal>', '<literal>y</literal>', '<literal>n</literal>', '<literal>q</literal>',
|
'<literal>b</literal>', '<literal>y</literal>', '<literal>n</literal>', '<literal>q</literal>',
|
||||||
'<literal>i</literal>', '<literal>u</literal>' and '<literal>h</literal>'. Specifically, you can use integer
|
'<literal>i</literal>', '<literal>u</literal>' and '<literal>h</literal>'. Specifically, you can use integer
|
||||||
|
Loading…
Reference in New Issue
Block a user