From 816990a0118f33ae280846ac040803ce58979162 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Tue, 23 Mar 2010 09:06:52 -0500 Subject: GVariant: Removing mentions of &a from docs This isn't supported anymore (for the time being...) Partial fix for bug 613618. --- docs/reference/glib/gvariant-varargs.xml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3