summaryrefslogtreecommitdiff
path: root/src/zenity.h
diff options
context:
space:
mode:
authorLucas Rocha <lucasr@gnome.org>2008-04-21 20:47:38 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2008-04-21 20:47:38 +0000
commit8cda6025f0a11278c8d2f01482ad1656a2b5e5b1 (patch)
treea01e78077752c80eb0e6a640d13087934bb9806d /src/zenity.h
parente37c2fe935a4750003394e77c78b6fdff4dc617f (diff)
Add support for file filter in file selection dialog through the new
2008-04-21 Lucas Rocha <lucasr@gnome.org> Add support for file filter in file selection dialog through the new --file-filter command line option (Fixes bug #409843). * src/option.c, src/zenity.h: added supporting variable and new GOptionEntry entry for the new command line option. * src/fileselection.c (zenity_fileselection): add file filters based on command line input. svn path=/trunk/; revision=1362
Diffstat (limited to 'src/zenity.h')
-rw-r--r--src/zenity.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenity.h b/src/zenity.h
index 8865cd9..511ee84 100644
--- a/src/zenity.h
+++ b/src/zenity.h
@@ -81,6 +81,7 @@ typedef struct {
gboolean save;
gboolean confirm_overwrite;
gchar *separator;
+ gchar **filter;
} ZenityFileData;
typedef struct {