GLib.KeyFile.prototype.set_double_list
function set_double_list(group_name: String, key: String, list: Array(Number(gdouble))): void { // Gjs wrapper for g_key_file_set_double_list() }
Associates a list of double values with key under group_name. If key cannot be found then it is created.
Since 2.12
- group_name
a group name
- key
a key
- list
an array of double values