summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2004-02-29 07:34:28 +0000
committerGlynn Foster <gman@src.gnome.org>2004-02-29 07:34:28 +0000
commitf9013fb09f1e5fc0c3979d3d09b29f7f0c9fb301 (patch)
tree6c9d195e88bbcdd619eb3f5fc208c3dd2024e87f /src/util.h
parent42a0dd7e5e63ae45983d0f96d75206ac517ec25f (diff)
Remove all the stupid duplicated code to do the help stuff, and instead do
2004-02-29 Glynn Foster <glynn.foster@sun.com> * src/about.c, src/util.c, src/util.h: Remove all the stupid duplicated code to do the help stuff, and instead do a simple call for 'yelp ghelp:zenity'. -418, +23. Eeek. Fixes #135607.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/util.h b/src/util.h
index 0b518a1..1374818 100644
--- a/src/util.h
+++ b/src/util.h
@@ -19,9 +19,7 @@ void zenity_util_set_window_icon (GtkWidget *widge
const gchar *filename);
void zenity_util_set_window_icon_from_stock (GtkWidget *widget,
const gchar *stock_id);
-gboolean zenity_util_show_help (const gchar *path,
- const gchar *document,
- GError **error);
+void zenity_util_show_help (GError **error);
gint zenity_util_return_exit_code (ZenityExitCode value);
G_END_DECLS