Package: glib

Function glib:key-file-remove-comment

Lambda List

glib:key-file-remove-comment (keyfile group key)

Arguments

keyfile -- a g:key-file instance
group -- a string for the group name
key -- a string for the key name to remove

Return Value

True if the comment was removed, false otherwise.

Details

Removes a comment above key from group. If key is nil then the comment will be removed above group. If both key and group are nil, then the comment will be removed above the first group in the file.
 

See also

2025-1-12