set_integer_list


Description:

public void set_integer_list (string group_name, string key, int[] list)

Associates a list of integer values with key under group_name.

If key cannot be found then it is created.

Parameters:

this

a KeyFile

group_name

a group name

key

a key

list

an array of integer values

length

number of integer values in list