mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-10 12:55:48 +01:00
Another stray <programlisting>
This commit is contained in:
parent
d5e5244c30
commit
a59e3d69b4
@ -5157,7 +5157,7 @@ g_variant_valist_get (const gchar **str,
|
|||||||
* specified in @format_string. This can be achieved by casting them. See
|
* specified in @format_string. This can be achieved by casting them. See
|
||||||
* the [GVariant varargs documentation][gvariant-varargs].
|
* the [GVariant varargs documentation][gvariant-varargs].
|
||||||
*
|
*
|
||||||
* <programlisting>
|
* |[
|
||||||
* MyFlags some_flags = FLAG_ONE | FLAG_TWO;
|
* MyFlags some_flags = FLAG_ONE | FLAG_TWO;
|
||||||
* const gchar *some_strings[] = { "a", "b", "c", NULL };
|
* const gchar *some_strings[] = { "a", "b", "c", NULL };
|
||||||
* GVariant *new_variant;
|
* GVariant *new_variant;
|
||||||
@ -5166,7 +5166,7 @@ g_variant_valist_get (const gchar **str,
|
|||||||
* /<!-- -->* This cast is required. *<!-- -->/
|
* /<!-- -->* This cast is required. *<!-- -->/
|
||||||
* (guint64) some_flags,
|
* (guint64) some_flags,
|
||||||
* some_strings);
|
* some_strings);
|
||||||
* </programlisting>
|
* ]|
|
||||||
*
|
*
|
||||||
* Returns: a new floating #GVariant instance
|
* Returns: a new floating #GVariant instance
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user