summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserutils.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2003-03-26 17:09:26 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-03-26 17:09:26 +0000
commit79491c1d25c1a417d2588319e706ebf35a8d1779 (patch)
tree7dfec9d1741d6afc465777c0b75427cc031c92fb /gtk/gtkfilechooserutils.h
parent5ef90224aaa8a2054247e8031fcd93c52014f438 (diff)
downloadgtk+-79491c1d25c1a417d2588319e706ebf35a8d1779.tar.gz
Add a construct-only 'file_system' property, split test case into testfilechooser, testfilechooser-vfs
Diffstat (limited to 'gtk/gtkfilechooserutils.h')
-rw-r--r--gtk/gtkfilechooserutils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkfilechooserutils.h b/gtk/gtkfilechooserutils.h
index ffb6b3c61e..a6763bf5ca 100644
--- a/gtk/gtkfilechooserutils.h
+++ b/gtk/gtkfilechooserutils.h
@@ -28,6 +28,7 @@ G_BEGIN_DECLS
typedef enum {
GTK_FILE_CHOOSER_PROP_ACTION = 0x1000,
+ GTK_FILE_CHOOSER_PROP_FILE_SYSTEM,
GTK_FILE_CHOOSER_PROP_FOLDER_MODE,
GTK_FILE_CHOOSER_PROP_LOCAL_ONLY,
GTK_FILE_CHOOSER_PROP_PREVIEW_WIDGET,