Comment 4 for bug 1654008

Revision history for this message
Allison Karlitskaya (desrt) wrote :

dconf also supports 64-bit types. You could convert from 'i' (int32) to 'x' (int64) and then use g_settings_[gs]et_int64(). That would be a better choice than a string, certainly.