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:
Ryan Lortie 2010-06-10 08:06:32 -04:00
parent 507c266c3b
commit 8d3fea9cff

View File

@ -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>