Details
gpe_show_help ()
gboolean gpe_show_help (const char *book,
const char *topic);
This function provides a generic interface for displaying
full text online help. It is intended to be independent from
file format and location.
Return value is FALSE if help is found and displayed, TRUE
if an error occurs.
gpe_check_for_help ()
char* gpe_check_for_help (const char *appname);
Checks for the existance of any installed help. Returns NULL if no help, or
if the help for that particular application is not installed.
If the help is found it returns the filename to that help.