gobject: Mention transfer semantics of installing properties on GObjects

GParamSpec supports floating references.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
Reviewed-by: nobody
This commit is contained in:
Philip Withnall 2018-02-14 15:11:11 +00:00
parent ee57d56e8d
commit 809c66639f

View File

@ -749,6 +749,8 @@ g_object_class_install_properties (GObjectClass *oclass,
* #GTypeInfo.) It must not be called after after @class_init has
* been called for any object types implementing this interface.
*
* If @pspec is a floating reference, it will be consumed.
*
* Since: 2.4
*/
void