mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-26 09:30:04 +01:00
Docs: Remove an example tag that has snuck back in
This commit is contained in:
parent
03b21a19ec
commit
ebc4347b2c
@ -3662,9 +3662,9 @@ g_variant_builder_end (GVariantBuilder *builder)
|
|||||||
* key is not found. Each returns the new dictionary as a floating
|
* key is not found. Each returns the new dictionary as a floating
|
||||||
* #GVariant.
|
* #GVariant.
|
||||||
*
|
*
|
||||||
* <example>
|
* ## Using a stack-allocated GVariantDict
|
||||||
* <title>Using stack-allocated #GVariantDict</title>
|
*
|
||||||
* <programlisting>
|
* |[
|
||||||
* GVariant *
|
* GVariant *
|
||||||
* add_to_count (GVariant *orig,
|
* add_to_count (GVariant *orig,
|
||||||
* GError **error)
|
* GError **error)
|
||||||
@ -3684,12 +3684,11 @@ g_variant_builder_end (GVariantBuilder *builder)
|
|||||||
*
|
*
|
||||||
* return g_variant_dict_end (&dict);
|
* return g_variant_dict_end (&dict);
|
||||||
* }
|
* }
|
||||||
* </programlisting>
|
* ]|
|
||||||
* </example>
|
|
||||||
*
|
*
|
||||||
* <example>
|
* ## Using heap-allocated GVariantDict
|
||||||
* <title>Using heap-allocated #GVariantDict</title>
|
*
|
||||||
* <programlisting>
|
* |[
|
||||||
* GVariant *
|
* GVariant *
|
||||||
* add_to_count (GVariant *orig,
|
* add_to_count (GVariant *orig,
|
||||||
* GError **error)
|
* GError **error)
|
||||||
@ -3715,8 +3714,7 @@ g_variant_builder_end (GVariantBuilder *builder)
|
|||||||
*
|
*
|
||||||
* return result;
|
* return result;
|
||||||
* }
|
* }
|
||||||
* </programlisting>
|
* ]|
|
||||||
* </example>
|
|
||||||
*
|
*
|
||||||
* Since: 2.40
|
* Since: 2.40
|
||||||
**/
|
**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user