GLib.KeyFile.prototype.set_uint64
function set_uint64(group_name: String, key: String, value: Number(guint64)): void { // Gjs wrapper for g_key_file_set_uint64() }
Associates a new integer value with key under group_name. If key cannot be found then it is created.
Since 2.26
- group_name
a group name
- key
a key
- value
an integer value