mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 10:07:13 +02: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:
@@ -749,6 +749,8 @@ g_object_class_install_properties (GObjectClass *oclass,
|
|||||||
* #GTypeInfo.) It must not be called after after @class_init has
|
* #GTypeInfo.) It must not be called after after @class_init has
|
||||||
* been called for any object types implementing this interface.
|
* been called for any object types implementing this interface.
|
||||||
*
|
*
|
||||||
|
* If @pspec is a floating reference, it will be consumed.
|
||||||
|
*
|
||||||
* Since: 2.4
|
* Since: 2.4
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
|
Reference in New Issue
Block a user