KeyFile.removeGroup

Removes the specified group, group_name, from the key file.

class KeyFile
bool
removeGroup
(
string groupName
)

Parameters

groupName string

a group name

Return Value

Type: bool

TRUE if the group was removed, FALSE otherwise

Throws

GException on failure.

Meta