jkotra / eOVPN

OpenVPN Configuration Manager.
GNU General Public License v3.0
70 stars 9 forks source link

use Gio.Settings to store settings #15

Closed jkotra closed 3 years ago

jkotra commented 3 years ago

storing in JSON format has some advantages (portability) but entails uncomfortable things like possible corruption and costly IO operations for every read/write.

Gio.Settings provides platform native API to store and retrieve settings with ease.