summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-01-24 16:16:40 +0000
committerGlynn Foster <gman@src.gnome.org>2003-01-24 16:16:40 +0000
commit89255c3b352855d728ae3adc20b0cdd90fe582dd (patch)
treef11eb7e80cb88a3844d401070e32417272a0a804 /src/util.h
parent65daf49dc53cd37478602083790236c6d6cd8884 (diff)
Provide correct help URL.
2003-01-24 Glynn Foster <glynn.foster@sun.com> * 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
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 99c20cb..a9a7ded 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