mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
Revert "gvariant: Fix confusion between type and format strings in the docs"
This reverts commit fca1b83be7
.
The original documentation was correct.
https://bugzilla.gnome.org/show_bug.cgi?id=729269
This commit is contained in:
parent
d3fd88ddd5
commit
61a9142cd0
@ -221,7 +221,7 @@
|
||||
</entry>
|
||||
<entry colsep='1' rowsep='1'>
|
||||
<para>
|
||||
Used as a prefix on a GVariant format string (not type string). Denotes that a pointer to a
|
||||
Used as a prefix on a GVariant type string (not format string). Denotes that a pointer to a
|
||||
<link linkend='GVariant'>GVariant</link> should be used in place of the normal C type or types. For
|
||||
<link linkend='g-variant-new'><function>g_variant_new()</function></link> this means that you must pass a
|
||||
non-<link linkend='NULL:CAPS'><literal>NULL</literal></link> <code>(<link linkend='GVariant'>GVariant</link>
|
||||
@ -260,7 +260,7 @@
|
||||
</entry>
|
||||
<entry colsep='1' rowsep='1'>
|
||||
<para>
|
||||
Used as a prefix on a GVariant format string (not type string). Denotes that a C pointer to serialised data
|
||||
Used as a prefix on a GVariant type string (not format string). Denotes that a C pointer to serialised data
|
||||
should be used in place of the normal C type. See
|
||||
<link linkend='gvariant-format-strings-pointers'>Pointers</link> below.
|
||||
</para>
|
||||
|
Loading…
Reference in New Issue
Block a user