Home
last modified time | relevance | path

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

/third_party/glib/gobject/
Dgobject.c1280 GParamSpec *notify_pspec; in g_object_notify_by_spec_internal() local
1282 notify_pspec = get_notify_pspec (pspec); in g_object_notify_by_spec_internal()
1284 if (notify_pspec != NULL) in g_object_notify_by_spec_internal()
1294 g_object_notify_queue_add (object, nqueue, notify_pspec); in g_object_notify_by_spec_internal()
1300 ->dispatch_properties_changed (object, 1, &notify_pspec); in g_object_notify_by_spec_internal()
1569 GParamSpec *notify_pspec; in object_set_property() local
1571 notify_pspec = get_notify_pspec (pspec); in object_set_property()
1573 if (notify_pspec != NULL) in object_set_property()
1574 g_object_notify_queue_add (object, nqueue, notify_pspec); in object_set_property()