summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-01-14 15:35:24 +0000
committerGlynn Foster <gman@src.gnome.org>2003-01-14 15:35:24 +0000
commit97656d7e299eb2f2063278711eddfff0d2db9392 (patch)
tree5498a97dba4cc045f326e5f4d3eec93bc06c66c5 /src/util.h
parent15538e120d8d184962d406fee5d7bd6600d2463d (diff)
downloadzenity-97656d7e299eb2f2063278711eddfff0d2db9392.tar.gz
Update to add new gconf requirement.
2003-01-14 Glynn Foster <glynn.foster@sun.com> * configure.in: Update to add new gconf requirement. * src/zenity.h, src/about.c: Hurray for a new about box, although it lacks an icon. I wonder if people would actually like to see this as part of the dialog options. Can't think of any reason to do so at the moment though. Large chunks copied from libgnomeui/gnome-about.[ch] * src/util.h, src/util.c: Add new helper functions because I don't want to touch gnome_program with a bargepole. Copied from libgnome/gnome-url.[ch] * po/POTFILES.in: Add missing files. I think we have everything now. * TODO: Update accordingly.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 3f9d8e1..99c20cb 100644
--- a/src/util.h
+++ b/src/util.h
@@ -21,6 +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,
+ GError **error);
G_END_DECLS
#endif /* UTIL_H */