GLib.KeyFile.prototype.set_int64

function set_int64(group_name: String, key: String, value: Number(gint64)): void {
    // Gjs wrapper for g_key_file_set_int64()
}
  

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