mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-31 21:34:12 +02:00
added floating reference count. g_object_is_floating():
Wed Nov 23 18:01:46 2005 Tim Janik <timj@imendio.com> * gobject.[hc]: added floating reference count. g_object_is_floating(): g_object_ref_sink(): new functions to deal with floating references. g_object_force_floating(): new funciton for object implementations to set the floating flag. * gobject.c (g_object_init): make objects initially floating. Wed Nov 23 17:58:13 2005 Tim Janik <timj@gtk.org> * gparam.[hc]: added g_param_spec_ref_sink().
This commit is contained in:
@@ -117,6 +117,7 @@ struct _GParameter /* auxillary structure for _setv() variants */
|
||||
GParamSpec* g_param_spec_ref (GParamSpec *pspec);
|
||||
void g_param_spec_unref (GParamSpec *pspec);
|
||||
void g_param_spec_sink (GParamSpec *pspec);
|
||||
GParamSpec* g_param_spec_ref_sink (GParamSpec *pspec);
|
||||
gpointer g_param_spec_get_qdata (GParamSpec *pspec,
|
||||
GQuark quark);
|
||||
void g_param_spec_set_qdata (GParamSpec *pspec,
|
||||
|
Reference in New Issue
Block a user