mirror of
https://github.com/brl/mutter.git
synced 2025-01-25 19:08:56 +00:00
ddbdb5fa77
`g_object_notify()` actually takes a global lock to look up the property by its name, which means there is a performance hit (albeit tiny) every time this function is called. For this reason, always try to use `g_object_notify_by_pspec()` instead. https://gitlab.gnome.org/GNOME/mutter/merge_requests/703