Package: glib
Function g-option-context-help
Lambda Listg-option-context-help (context main &optional group) ArgumentsReturn ValueA newly allocated string containing the help text. Details
Returns a formatted, translated help text for the given option context. To obtain the text produced by the --help output, call the (g-option-context-help context t). To obtain the text produced by --help-all, call (g-option-context-help context nil). To obtain
the help text for an option group, call (g-option-context-help context nil group). | See also |
2021-8-11