summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdialog.h
diff options
context:
space:
mode:
authorCarlos Garnacho <carlos@imendio.com>2008-08-04 14:43:53 +0000
committerCarlos Garnacho <carlosg@src.gnome.org>2008-08-04 14:43:53 +0000
commit7e439efc922b9566bd44a6061c5615c30ebb1916 (patch)
treec4b77fb3c56562fbf1cf73ea08ce11425c7e5e7a /gtk/gtkfilechooserdialog.h
parent02c65db5c09de3ff82529cf94d2b7351aa93e446 (diff)
downloadgtk+-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/gtkfilechooserdialog.h')
-rw-r--r--gtk/gtkfilechooserdialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkfilechooserdialog.h b/gtk/gtkfilechooserdialog.h
index e792fd74ae..d79f6f89a7 100644
--- a/gtk/gtkfilechooserdialog.h
+++ b/gtk/gtkfilechooserdialog.h
@@ -59,12 +59,15 @@ GtkWidget *gtk_file_chooser_dialog_new (const gchar *title
GtkFileChooserAction action,
const gchar *first_button_text,
...) G_GNUC_NULL_TERMINATED;
+
+#ifndef GTK_DISABLE_DEPRECATED
GtkWidget *gtk_file_chooser_dialog_new_with_backend (const gchar *title,
GtkWindow *parent,
GtkFileChooserAction action,
const gchar *backend,
const gchar *first_button_text,
...) G_GNUC_NULL_TERMINATED;
+#endif /* GTK_DISABLE_DEPRECATED */
G_END_DECLS