KeyFile.getComment

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

class KeyFile
string
getComment
(
string groupName
,
string key
)

Parameters

groupName string

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

key string

a key

Return Value

Type: string

a comment that should be freed with g_free()

Throws

GException on failure.

Meta