GVariant: doc the format of g_variant_parse/print

This commit is contained in:
Ryan Lortie
2011-02-11 10:27:44 -05:00
parent 2409c69d5b
commit ea4e3ea1cb
5 changed files with 622 additions and 1 deletions

View File

@@ -2290,6 +2290,8 @@ parse (TokenStream *stream,
*
* A single #GVariant is parsed from the content of @text.
*
* The format is described <link linkend='gvariant-text'>here</link>.
*
* The memory at @limit will never be accessed and the parser behaves as
* if the character at @limit is the nul terminator. This has the
* effect of bounding @text.