Skip to content

clutter/actor: Don't check handlers when emitting stage-views-changed

Turns out the g_signal_has_handler_pending() call in update_stage_views() is actually more expensive than comparing the sorted list (which is usually very short), so remove that and simply always emit the signal.

Merge request reports