mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
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:
parent
ee57d56e8d
commit
809c66639f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user