mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 21:16:15 +01:00
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:
parent
d34c9bc6f3
commit
83afcc0a29
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user