summaryrefslogtreecommitdiff
path: root/src/zenity.h
diff options
context:
space:
mode:
authorMike Newman <MikeGTN@src.gnome.org>2003-06-09 18:57:01 +0000
committerMike Newman <MikeGTN@src.gnome.org>2003-06-09 18:57:01 +0000
commit0e4c879656dcb3a0f4ffbcc65e30b6120f65c05e (patch)
treea03abf8160f62763079a451a56d8e4abe5c6f87d /src/zenity.h
parent5bade6fe6a14cce50508ee5d510a4560ebe3e421 (diff)
Allow multiple file selections.
Diffstat (limited to 'src/zenity.h')
-rw-r--r--src/zenity.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zenity.h b/src/zenity.h
index 97ecee1..b04ff5b 100644
--- a/src/zenity.h
+++ b/src/zenity.h
@@ -61,6 +61,8 @@ typedef struct {
typedef struct {
gchar *uri;
+ gboolean multi;
+ gchar *separator;
} ZenityFileData;
typedef struct {