summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserentry.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-11-04 17:02:23 +0100
committerBenjamin Otte <otte@redhat.com>2011-12-16 20:09:12 +0100
commit9ee577d5eeadf07734f67f4a755ff7c6c3bd943c (patch)
tree8b32f53b8fb68018532442056662e4e5929fedff /gtk/gtkfilechooserentry.h
parentc3da748cb25f25d6970c56ad331e6d748b51345d (diff)
downloadgtk+-9ee577d5eeadf07734f67f4a755ff7c6c3bd943c.tar.gz
filechooserentry: Remove file_system argument
It's not needed anymore.
Diffstat (limited to 'gtk/gtkfilechooserentry.h')
-rw-r--r--gtk/gtkfilechooserentry.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkfilechooserentry.h b/gtk/gtkfilechooserentry.h
index 0c812d35aa..f01e47bbaf 100644
--- a/gtk/gtkfilechooserentry.h
+++ b/gtk/gtkfilechooserentry.h
@@ -33,8 +33,7 @@ G_BEGIN_DECLS
typedef struct _GtkFileChooserEntry GtkFileChooserEntry;
GType _gtk_file_chooser_entry_get_type (void) G_GNUC_CONST;
-GtkWidget * _gtk_file_chooser_entry_new (GtkFileSystem *file_system,
- gboolean eat_tab);
+GtkWidget * _gtk_file_chooser_entry_new (gboolean eat_tab);
void _gtk_file_chooser_entry_set_action (GtkFileChooserEntry *chooser_entry,
GtkFileChooserAction action);
GtkFileChooserAction _gtk_file_chooser_entry_get_action (GtkFileChooserEntry *chooser_entry);