Escape percent sign in g_variant_new_parsed documentation

Strings matching /%[a-z]/ are special syntax for gtk-doc.

Bug: https://bugzilla.gnome.org/show_bug.cgi?id=632049
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Ryan Lortie <desrt@desrt.ca>
This commit is contained in:
Simon McVittie 2011-10-04 10:46:13 +01:00
parent d34c9bc6f3
commit 83afcc0a29

View File

@ -2487,7 +2487,7 @@ g_variant_new_parsed_va (const gchar *format,
*
* You may not use this function to return, unmodified, a single
* #GVariant pointer from the argument list. ie: @format may not solely
* be anything along the lines of "%*", "%?", "%r", or anything starting
* be anything along the lines of "%*", "%?", "\%r", or anything starting
* with "%@".
**/
GVariant *