diff options
author | Mike Newman <MikeGTN@src.gnome.org> | 2003-06-07 14:41:56 +0000 |
---|---|---|
committer | Mike Newman <MikeGTN@src.gnome.org> | 2003-06-07 14:41:56 +0000 |
commit | 5bade6fe6a14cce50508ee5d510a4560ebe3e421 (patch) | |
tree | 35710759f2f1c24923983e246cb86e57b014995d /src/util.h | |
parent | Untranslate silly strings pointed out by Kjartan Maraas. (diff) | |
download | zenity-5bade6fe6a14cce50508ee5d510a4560ebe3e421.tar.gz zenity-5bade6fe6a14cce50508ee5d510a4560ebe3e421.tar.bz2 zenity-5bade6fe6a14cce50508ee5d510a4560ebe3e421.zip |
Support user-defined return values via env vars, like dialog did.
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 */ |