summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorMike Newman <MikeGTN@src.gnome.org>2003-06-07 14:41:56 +0000
committerMike Newman <MikeGTN@src.gnome.org>2003-06-07 14:41:56 +0000
commit5bade6fe6a14cce50508ee5d510a4560ebe3e421 (patch)
tree35710759f2f1c24923983e246cb86e57b014995d /src/util.h
parent3aab6a19a521c0374ef4c83fd7877154ea8636b5 (diff)
Support user-defined return values via env vars, like dialog did.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index abfd2ae..0b518a1 100644
--- a/src/util.h
+++ b/src/util.h
@@ -3,6 +3,7 @@
#include <gtk/gtk.h>
#include <glade/glade.h>
+#include "zenity.h"
G_BEGIN_DECLS
@@ -21,6 +22,8 @@ void zenity_util_set_window_icon_from_stock (GtkWidget *widge
gboolean zenity_util_show_help (const gchar *path,
const gchar *document,
GError **error);
+gint zenity_util_return_exit_code (ZenityExitCode value);
+
G_END_DECLS
#endif /* UTIL_H */