Package: glib

Function g-key-file-string-list

Lambda List

g-key-file-string-list (keyfile group key)

Syntax

(g-key-file-string-list keyfile) => value
(setf (g-key-file-string-list keyfile) value)

Arguments

keyfile -- a g-key-file instance
group -- a string with the group name
key -- a string with the key name
value -- a list of strings

Details

The function g-key-file-string-list returns the values associated with key under group. In the event the key or the group name cannot be found, nil is returned.

The function (setf g-key-file-string-list associates a list of string values for key under group. If key or group cannot be found then they are created.
 

See also

2021-8-13