Package: glib

Function g-key-file-has-key

Lambda List

g-key-file-has-key (keyfile group key)

Arguments

keyfile -- a g-key-file instance
group -- a string with the group name
key -- a string with the key name

Return Value

True if key is a part of group, false otherwise.

Details

Looks whether the key file has the key key in the group group.
 

See also

2021-8-13