mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
Mention GVariant format string docs from iter docs
It's not entirely clear what @format_string in iter_next() and iter_loop() should be. Include a link to the GVariant format string docs as a hint.
This commit is contained in:
parent
507c266c3b
commit
8d3fea9cff
@ -4023,6 +4023,9 @@ g_variant_get_child (GVariant *value,
|
||||
* responsibility of the caller to free all of the values returned by
|
||||
* the unpacking process.
|
||||
*
|
||||
* See the section on <link linkend='gvariant-format-strings'>GVariant
|
||||
* Format Strings</link>.
|
||||
*
|
||||
* <example>
|
||||
* <title>Memory management with g_variant_iter_next()</title>
|
||||
* <programlisting>
|
||||
@ -4107,6 +4110,9 @@ g_variant_iter_next (GVariantIter *iter,
|
||||
* function and g_variant_iter_next() or g_variant_iter_next_value() on
|
||||
* the same iterator is not recommended.
|
||||
*
|
||||
* See the section on <link linkend='gvariant-format-strings'>GVariant
|
||||
* Format Strings</link>.
|
||||
*
|
||||
* <example>
|
||||
* <title>Memory management with g_variant_iter_loop()</title>
|
||||
* <programlisting>
|
||||
|
Loading…
Reference in New Issue
Block a user