Searched refs:notify_pspec (Results 1 – 1 of 1) sorted by relevance
1280 GParamSpec *notify_pspec; in g_object_notify_by_spec_internal() local1282 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, ¬ify_pspec); in g_object_notify_by_spec_internal()1569 GParamSpec *notify_pspec; in object_set_property() local1571 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()