From 76015bd0b6f74290a8a10874b0409d24b449d6e5 Mon Sep 17 00:00:00 2001 From: "Frank H. Ellenberger" Date: Sat, 30 May 2020 18:17:14 +0200 Subject: [PATCH] Update description of gnc_gnome_help and gnc_launch_assoc --- gnucash/gnome-utils/gnc-gnome-utils.h | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/gnucash/gnome-utils/gnc-gnome-utils.h b/gnucash/gnome-utils/gnc-gnome-utils.h index e4a1dd636d..e1cd9422dc 100644 --- a/gnucash/gnome-utils/gnc-gnome-utils.h +++ b/gnucash/gnome-utils/gnc-gnome-utils.h @@ -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);