From 89255c3b352855d728ae3adc20b0cdd90fe582dd Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Fri, 24 Jan 2003 16:16:40 +0000 Subject: Provide correct help URL. 2003-01-24 Glynn Foster * src/about.c: Provide correct help URL. * src/util.h, src/util.c: Add functions from libgnome/gnome-i18n so that we can correctly find the apropriate help file. * xmldocs.make: Install help into $(datadir)/help/$(lang)/ * THANKS: Update from the code I stole from libgnome --- src/util.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 99c20cb3..a9a7ded4 100644 --- a/src/util.h +++ b/src/util.h @@ -21,7 +21,8 @@ void zenity_util_set_window_icon (GtkWidget *widget, void zenity_util_set_window_icon_from_stock (GtkWidget *widget, const gchar *stock_id); -gboolean zenity_util_show_help (const gchar *url, +gboolean zenity_util_show_help (const gchar *path, + const gchar *document, GError **error); G_END_DECLS -- cgit