Skip to content

[gnome-46] screencastwidget: Rework signal connections

Georges Basile Stavracas Neto requested to merge cherry-pick-0da6c7ef into gnome-46

Remove the inline struct declaration, and connect to signals manually. Also make sure to connect to AdwStyleManager signal using the safer g_signal_connect_object(), since AdwStyleManager can outlive the widget.

(cherry picked from commit 0da6c7ef)

Merge request reports