set_boolean_list


Description:

public void set_boolean_list (string group_name, string key, bool[] list)

Associates a list of boolean values with key under group_name.

If key cannot be found then it is created.

Parameters:

this

a key file

group_name

a group name

key

a key

list

an array of boolean values

length

length of list