docs: Fix minor cross-linking problem in GVariant documentation

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2017-05-29 22:53:44 +01:00
parent cc8b3d6ee2
commit 90b255ee93

View File

@ -3296,7 +3296,7 @@ g_variant_builder_ref (GVariantBuilder *builder)
* #GVariantBuilder if you want to abort building the value part-way
* through. This function need not be called if you call
* g_variant_builder_end() and it also doesn't need to be called on
* builders allocated with g_variant_builder_new (see
* builders allocated with g_variant_builder_new() (see
* g_variant_builder_unref() for that).
*
* This function leaves the #GVariantBuilder structure set to all-zeros.