Another stray <programlisting>

This commit is contained in:
Matthias Clasen 2014-02-08 15:34:04 -05:00
parent d5e5244c30
commit a59e3d69b4

View File

@ -5157,7 +5157,7 @@ g_variant_valist_get (const gchar **str,
* specified in @format_string. This can be achieved by casting them. See
* the [GVariant varargs documentation][gvariant-varargs].
*
* <programlisting>
* |[
* MyFlags some_flags = FLAG_ONE | FLAG_TWO;
* const gchar *some_strings[] = { "a", "b", "c", NULL };
* GVariant *new_variant;
@ -5166,7 +5166,7 @@ g_variant_valist_get (const gchar **str,
* /<!-- -->* This cast is required. *<!-- -->/
* (guint64) some_flags,
* some_strings);
* </programlisting>
* ]|
*
* Returns: a new floating #GVariant instance
*