summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2014-04-30 16:37:30 +0200
committerPhilip Withnall <philip.withnall@collabora.co.uk>2014-04-30 16:38:43 +0200
commitfca1b83be74c9840037cfee84015fd8460cc33f9 (patch)
treebf0a7c71a4b0e2d4376390229dcd094f3a9f786f
parent704852ff097f848dcb89ba553431b460938d8d91 (diff)
gvariant: Fix confusion between type and format strings in the docs
‘@’ and ‘&’ are only used in format strings, not type strings. https://bugzilla.gnome.org/show_bug.cgi?id=729269
-rw-r--r--docs/reference/glib/gvariant-varargs.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/glib/gvariant-varargs.xml b/docs/reference/glib/gvariant-varargs.xml
index 550cea008..91dd97b68 100644
--- a/docs/reference/glib/gvariant-varargs.xml
+++ b/docs/reference/glib/gvariant-varargs.xml
@@ -221,7 +221,7 @@
</entry>
<entry colsep='1' rowsep='1'>
<para>
- Used as a prefix on a GVariant type string (not format string). Denotes that a pointer to a
+ Used as a prefix on a GVariant format string (not type 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 type string (not format string). Denotes that a C pointer to serialised data
+ Used as a prefix on a GVariant format string (not type 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>