- Add GnomeVFS backend

- Add gtk_file_info_get_display_key()
- Start switching from file_added => files_added
- Switch over to Nautilus-like Loading.../Empty
This commit is contained in:
Owen Taylor
2003-03-26 16:24:35 +00:00
parent b33894c5a5
commit 5ef90224aa
6 changed files with 337 additions and 139 deletions

View File

@ -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);