mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-14 19:48:05 +02:00
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:
parent
8466ba8dc1
commit
124023b06d
@ -3056,7 +3056,7 @@ g_variant_make_array_type (GVariant *element)
|
|||||||
/**
|
/**
|
||||||
* g_variant_builder_end:
|
* g_variant_builder_end:
|
||||||
* @builder: a #GVariantBuilder
|
* @builder: a #GVariantBuilder
|
||||||
* @returns: a new, floating, #GVariant
|
* @returns: (transfer none): a new, floating, #GVariant
|
||||||
*
|
*
|
||||||
* Ends the builder process and returns the constructed value.
|
* Ends the builder process and returns the constructed value.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user