Make g_variant_builder_end's return to be (allow none) because callers

need to add a ref to it in addition to sinking it.
This commit is contained in:
Tomeu Vizoso 2010-09-13 17:53:54 +02:00
parent 8466ba8dc1
commit 124023b06d

View File

@ -3056,7 +3056,7 @@ g_variant_make_array_type (GVariant *element)
/**
* g_variant_builder_end:
* @builder: a #GVariantBuilder
* @returns: a new, floating, #GVariant
* @returns: (transfer none): a new, floating, #GVariant
*
* Ends the builder process and returns the constructed value.
*