mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01: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:
|
||||
* @builder: a #GVariantBuilder
|
||||
* @returns: a new, floating, #GVariant
|
||||
* @returns: (transfer none): a new, floating, #GVariant
|
||||
*
|
||||
* Ends the builder process and returns the constructed value.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user