Merge branch 'icon-docs' into 'master'

gicon: Clarify GVariant refcounting in docs

See merge request GNOME/glib!1427
This commit is contained in:
Sebastian Dröge 2020-03-31 14:49:53 +00:00
commit 50355361e6

View File

@ -558,7 +558,7 @@ g_icon_deserialize_emblemed (GVariant *value)
/**
* g_icon_deserialize:
* @value: a #GVariant created with g_icon_serialize()
* @value: (transfer none): a #GVariant created with g_icon_serialize()
*
* Deserializes a #GIcon previously serialized using g_icon_serialize().
*
@ -653,7 +653,7 @@ g_icon_deserialize (GVariant *value)
* makes sense to transfer the #GVariant between processes on the same machine,
* (as opposed to over the network), and within the same file system namespace.
*
* Returns: (transfer full): a #GVariant, or %NULL when serialization fails.
* Returns: (transfer full): a #GVariant, or %NULL when serialization fails. The #GVariant will not be floating.
*
* Since: 2.38
*/