diff options
author | Alexander Larsson <alexl@redhat.com> | 2004-02-19 07:43:39 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2004-02-19 07:43:39 +0000 |
commit | 824548f1e481e25add5edfc9c798ee4e5501d083 (patch) | |
tree | 0e32cf6c03e549c633981778f1d4d59a42c45686 /gtk/gtkfilechooserdefault.h | |
parent | 4c35b7430176b30e743892040d379206f7c039b7 (diff) | |
download | gtk+-824548f1e481e25add5edfc9c798ee4e5501d083.tar.gz |
Remove old file-system property. Add new file-system-backend string
2004-02-19 Alexander Larsson <alexl@redhat.com>
* gtk/gtkfilechooser.c: (gtk_file_chooser_class_init):
* gtk/gtkfilechooserutils.c:
* gtk/gtkfilechooserutils.h:
* gtk/gtkfilechooserwidget.c:
Remove old file-system property.
Add new file-system-backend string property
* gtk/gtkfilechooserdefault.[ch]:
Handle the file-system-backend property
* gtk/gtkfilechooserdialog.[ch]:
(gtk_file_chooser_dialog_new_with_backend):
Remove old file-system property.
Add new file-system-backend string property
Add new function gtk_file_chooser_dialog_new_with_backend
* gtk/gtkfilesystem.c:
* gtk/gtkfilesystem.h:
Add filesystem module support.
Diffstat (limited to 'gtk/gtkfilechooserdefault.h')
-rw-r--r-- | gtk/gtkfilechooserdefault.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserdefault.h b/gtk/gtkfilechooserdefault.h index 785b896f18..aeaa0965bc 100644 --- a/gtk/gtkfilechooserdefault.h +++ b/gtk/gtkfilechooserdefault.h @@ -33,7 +33,7 @@ G_BEGIN_DECLS typedef struct _GtkFileChooserDefault GtkFileChooserDefault; GType _gtk_file_chooser_default_get_type (void); -GtkWidget *_gtk_file_chooser_default_new (GtkFileSystem *file_system); +GtkWidget *_gtk_file_chooser_default_new (const char *file_system); G_END_DECLS |