diff options
author | Carlos Garnacho <carlos@imendio.com> | 2008-08-04 14:43:53 +0000 |
---|---|---|
committer | Carlos Garnacho <carlosg@src.gnome.org> | 2008-08-04 14:43:53 +0000 |
commit | 7e439efc922b9566bd44a6061c5615c30ebb1916 (patch) | |
tree | c4b77fb3c56562fbf1cf73ea08ce11425c7e5e7a /gtk/gtkfilechooserbutton.h | |
parent | 02c65db5c09de3ff82529cf94d2b7351aa93e446 (diff) | |
download | gtk+-7e439efc922b9566bd44a6061c5615c30ebb1916.tar.gz |
Deprecate gtk_file_chooser_*_new_with_backend(), since GIO is already used
2008-08-04 Carlos Garnacho <carlos@imendio.com>
* gtk/gtk.symbols:
* gtk/gtkfilechooserbutton.[ch]:
* gtk/gtkfilechooserdefault.[ch]:
* gtk/gtkfilechooserdialog.[ch]:
* gtk/gtkfilechooserwidget.[ch]: Deprecate
gtk_file_chooser_*_new_with_backend(), since GIO is already used
directly. Fixes #545976.
svn path=/trunk/; revision=20972
Diffstat (limited to 'gtk/gtkfilechooserbutton.h')
-rw-r--r-- | gtk/gtkfilechooserbutton.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkfilechooserbutton.h b/gtk/gtkfilechooserbutton.h index 4d9311726f..b57209c84c 100644 --- a/gtk/gtkfilechooserbutton.h +++ b/gtk/gtkfilechooserbutton.h @@ -69,9 +69,13 @@ struct _GtkFileChooserButtonClass GType gtk_file_chooser_button_get_type (void) G_GNUC_CONST; GtkWidget * gtk_file_chooser_button_new (const gchar *title, GtkFileChooserAction action); + +#ifndef GTK_DISABLE_DEPRECATED GtkWidget * gtk_file_chooser_button_new_with_backend (const gchar *title, GtkFileChooserAction action, const gchar *backend); +#endif /* GTK_DISABLE_DEPRECATED */ + GtkWidget * gtk_file_chooser_button_new_with_dialog (GtkWidget *dialog); G_CONST_RETURN gchar *gtk_file_chooser_button_get_title (GtkFileChooserButton *button); void gtk_file_chooser_button_set_title (GtkFileChooserButton *button, |