KeyFile.setComment

Places a comment above key from group_name. If key is NULL then comment will be written above group_name. If both key and group_name are NULL, then comment will be written above the first group in the file. Since 2.6

class KeyFile
int
setComment
(
string groupName
,
string key
,
string comment
)

Parameters

groupName string

a group name, or NULL. [allow-none]

key string

a key. [allow-none]

comment string

a comment

Return Value

Type: int

TRUE if the comment was written, FALSE otherwise

Throws

GException on failure.

Meta