diff options
author | Benjamin Otte <otte@redhat.com> | 2011-11-04 17:02:23 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2011-12-16 20:09:12 +0100 |
commit | 9ee577d5eeadf07734f67f4a755ff7c6c3bd943c (patch) | |
tree | 8b32f53b8fb68018532442056662e4e5929fedff /gtk/gtkfilechooserentry.h | |
parent | c3da748cb25f25d6970c56ad331e6d748b51345d (diff) | |
download | gtk+-9ee577d5eeadf07734f67f4a755ff7c6c3bd943c.tar.gz |
filechooserentry: Remove file_system argument
It's not needed anymore.
Diffstat (limited to 'gtk/gtkfilechooserentry.h')
-rw-r--r-- | gtk/gtkfilechooserentry.h | 3 |
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); |