summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesystem.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/gtkfilesystem.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/gtkfilesystem.h')
-rw-r--r--gtk/gtkfilesystem.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtkfilesystem.h b/gtk/gtkfilesystem.h
index 913d5149df..ad388aa6e6 100644
--- a/gtk/gtkfilesystem.h
+++ b/gtk/gtkfilesystem.h
@@ -75,6 +75,7 @@ void gtk_file_info_free (GtkFileInfo *info);
G_CONST_RETURN gchar *gtk_file_info_get_display_name (const GtkFileInfo *info);
+G_CONST_RETURN gchar *gtk_file_info_get_display_key (const GtkFileInfo *info);
void gtk_file_info_set_display_name (GtkFileInfo *info,
const gchar *display_name);
gboolean gtk_file_info_get_is_folder (const GtkFileInfo *info);
@@ -200,8 +201,8 @@ struct _GtkFileFolderIface
/* Signals
*/
void (*deleted) (GtkFileFolder *monitor);
- void (*file_added) (GtkFileFolder *monitor,
- const gchar *uri);
+ void (*files_added) (GtkFileFolder *monitor,
+ GSList *uris);
void (*file_changed) (GtkFileFolder *monitor,
const gchar *uri);
void (*file_removed) (GtkFileFolder *monitor,