gvariant-parser: Clarify g_variant_parse() returns a non-floating ref
commit1b3dbec0658695deee02b35b7d9a3fce981ce772
authorPhilip Withnall <philip@tecnocode.co.uk>
Tue, 21 Apr 2015 22:56:10 +0000 (21 23:56 +0100)
committerPhilip Withnall <philip@tecnocode.co.uk>
Tue, 21 Apr 2015 23:02:06 +0000 (22 00:02 +0100)
tree5133d59a94620d30e4dc214862e0b39e02cb17ac
parentc62f7a7d688cc7c6d4f88e45cddd74aac5dc4582
gvariant-parser: Clarify g_variant_parse() returns a non-floating ref

Unlike, say, g_variant_new(), which returns a floating reference.
g_variant_parse() returns a non-floating one, so must always have
g_variant_unref() called on the result.
glib/gvariant-parser.c