plac

Unofficial Roon clients

core/gtk-adwaita: Export mutex API The initial plan was to complete every actions inside callbacks. However, most UI libraries/frameworks requires main thread for accessing UI. That means, state could be changed during the UI operation because it's outside the callback's mutex locking.

Changes

6 changed files (+70/-0)