Package: glib
Function glib:key-file-comment
Lambda Listglib:key-file-comment (keyfile group key) SyntaxArgumentsDetails                  The g:key-file-comment retrieves a comment above key from    group.    If key is nil then the comment will be read from above  group. If both key and group are nil, then the
  comment will be read from above the first group in the file. The (setf g:key-file-comment) function places a comment above key from group. If key is nil then the comment will be written above group. If both key and group are nil, then the comment will be written above the first group in the file.  | See also | 
2025-05-23