summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooser.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2003-03-26 16:24:35 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-03-26 16:24:35 +0000
commit5ef90224aaa8a2054247e8031fcd93c52014f438 (patch)
tree63ae21e238b1fa92c050c364f10d5e262079c02f /gtk/gtkfilechooser.h
parentb33894c5a5265ec1e111e6d3483b027bd2b6173c (diff)
downloadgtk+-5ef90224aaa8a2054247e8031fcd93c52014f438.tar.gz
- Add GnomeVFS backend
- Add gtk_file_info_get_display_key() - Start switching from file_added => files_added - Switch over to Nautilus-like Loading.../Empty
Diffstat (limited to 'gtk/gtkfilechooser.h')
-rw-r--r--gtk/gtkfilechooser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkfilechooser.h b/gtk/gtkfilechooser.h
index 7b5d395c4a..601bf425c0 100644
--- a/gtk/gtkfilechooser.h
+++ b/gtk/gtkfilechooser.h
@@ -84,9 +84,9 @@ GType gtk_file_chooser_get_type (void);
void gtk_file_chooser_set_action (GtkFileChooser *chooser,
GtkFileChooserAction action);
GtkFileChooserAction gtk_file_chooser_get_action (GtkFileChooser *chooser);
-void gtk_file_chooser_set_directory_mode (GtkFileChooser *chooser,
- gboolean directory_mode);
-gboolean gtk_file_chooser_get_directory_mode (GtkFileChooser *chooser);
+void gtk_file_chooser_set_folder_mode (GtkFileChooser *chooser,
+ gboolean folder_mode);
+gboolean gtk_file_chooser_get_folder_mode (GtkFileChooser *chooser);
void gtk_file_chooser_set_local_only (GtkFileChooser *chooser,
gboolean files_only);
gboolean gtk_file_chooser_get_local_only (GtkFileChooser *chooser);