plac

Unofficial Roon clients

core: Save connection state to a file Previously I thought each apps having platform specific save logic would be better than implementing it in the core. However, Vala has no simple way to do that (had to import various GLib things). Apparently every platform I plan to implement uses file system for state files, thus implementing in the core is safe as long as it takes full file path.

Changes

12 changed files (+438/-351)