KeyFile.removeKey

Removes @key in @group_name from the key file.

class KeyFile
bool
removeKey
(
string groupName
,
string key
)

Parameters

groupName string

a group name

key string

a key name to remove

Return Value

Type: bool

%TRUE if the key was removed, %FALSE otherwise

Throws

GException on failure.

Meta