mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-23 01:16:43 -06:00
Update description of gnc_gnome_help and gnc_launch_assoc
This commit is contained in:
parent
2522f08d0c
commit
76015bd0b6
@ -43,20 +43,18 @@
|
||||
*/
|
||||
void gnc_add_css_file (void);
|
||||
|
||||
/** Launch the default gnome help browser and open to a given link
|
||||
* within a given file. This routine will display an error message
|
||||
/** Launch the systems default help browser, gnome's yelp for linux,
|
||||
* and open to a given link within a given file.
|
||||
* This routine will display an error message
|
||||
* if it can't find the help file or can't open the help browser.
|
||||
*
|
||||
* @param file_name The name of the help file.
|
||||
*
|
||||
* @param anchor The anchor the help browser should scroll to..
|
||||
*
|
||||
* @return the full path name of the file, or NULL of the file can't
|
||||
* be found.
|
||||
* @param anchor The anchor the help browser should scroll to.
|
||||
*/
|
||||
void gnc_gnome_help (const char *file_name,
|
||||
const char *anchor);
|
||||
/** Launch the default gnome browser and open the provided URI.
|
||||
/** Launch the default browser and open the provided URI.
|
||||
*/
|
||||
void gnc_launch_assoc (GtkWindow *parent, const char *uri);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user