Home
last modified time | relevance | path

Searched refs:old_object (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/gobject/
Dgobject.h724 GObject *old_object = *object_ptr; in gboolean() local
732 if (old_object == new_object) in gboolean()
740 if (old_object != NULL) in gboolean()
741 g_object_unref (old_object); in gboolean()
878 GObject *old_object = (GObject *) *weak_pointer_location; in gboolean() local
885 if (old_object == new_object) in gboolean()
888 if (old_object != NULL) in gboolean()
889 g_object_remove_weak_pointer (old_object, weak_pointer_location); in gboolean()
Dgobject.c4604 GObject *old_object; in g_weak_ref_set() local
4628 old_object = weak_ref->priv.p; in g_weak_ref_set()
4629 if (new_object != old_object) in g_weak_ref_set()
4634 if (old_object != NULL) in g_weak_ref_set()
4636 weak_locations = g_datalist_id_get_data (&old_object->qdata, quark_weak_locations); in g_weak_ref_set()