KeyFile.removeGroup

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

class KeyFile
int
removeGroup
(
string groupName
)

Parameters

groupName string

a group name

Return Value

Type: int

TRUE if the group was removed, FALSE otherwise

Throws

GException on failure.

Meta