diff --git a/docs/reference/glib/gvariant-varargs.xml b/docs/reference/glib/gvariant-varargs.xml
index 7b0acfafc..702235c34 100644
--- a/docs/reference/glib/gvariant-varargs.xml
+++ b/docs/reference/glib/gvariant-varargs.xml
@@ -43,16 +43,6 @@
a type string prefixed with a '@'
-
-
- a type string of a concrete, fixed-sized type, prefixed with a '&'
-
-
-
-
- a type string of a concrete, fixed-sized type, prefixed with a '&a'
-
-
'&s' '&o', '&g', '^as',
@@ -62,7 +52,7 @@
- any conversion string, prefixed with an 'm'
+ any format string, prefixed with an 'm'
@@ -908,13 +898,6 @@ value2 = g_variant_new ("(@(iii)*)", value1, g_variant_new_string ("foo"));
The '&' character is used to indicate that serialised data should be directly exchanged via a
pointer.
-
- Currently there is only one use for this character -- to avoid making a copy of a string when using
- g_variant_get().
-
-
- The three cases are as follows:
-
Currently, the only use for this character is when it is applied to a string (ie: '&s',
'&o' or '&g'). For