Skip to content

core: Use g_object_notify_by_pspec() everywhere

Adrien Plazas requested to merge notify-by-pspec into master

Replace the only call to g_object_notify_by_pspec() by a call to g_object_notify_by_pspec(), unifying the property notifications.

Merge request reports