From: Ryan Lortie Date: Thu, 10 Jun 2010 12:06:32 +0000 (-0400) Subject: Mention GVariant format string docs from iter docs X-Git-Tag: 2.25.9~79 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8d3fea9cff848d1b45c0a6371ef448c11d992757;p=platform%2Fupstream%2Fglib.git 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. --- diff --git a/glib/gvariant.c b/glib/gvariant.c index 47b6fbe..3b5fd8c 100644 --- a/glib/gvariant.c +++ b/glib/gvariant.c @@ -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 GVariant + * Format Strings. + * * * Memory management with g_variant_iter_next() * @@ -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 GVariant + * Format Strings. + * * * Memory management with g_variant_iter_loop() *