summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdialog.c
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.c
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.c')
-rw-r--r--gtk/gtkfilechooserdialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserdialog.c b/gtk/gtkfilechooserdialog.c
index c180a05c2a..93f71c15e6 100644
--- a/gtk/gtkfilechooserdialog.c
+++ b/gtk/gtkfilechooserdialog.c
@@ -466,7 +466,6 @@ gtk_file_chooser_dialog_new_valist (const gchar *title,
result = g_object_new (GTK_TYPE_FILE_CHOOSER_DIALOG,
"title", title,
"action", action,
- "file-system-backend", backend,
NULL);
if (parent)
@@ -533,6 +532,7 @@ gtk_file_chooser_dialog_new (const gchar *title,
* Return value: a new #GtkFileChooserDialog
*
* Since: 2.4
+ * Deprecated: 2.14
**/
GtkWidget *
gtk_file_chooser_dialog_new_with_backend (const gchar *title,