]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkfilechooserwidget.h
Deprecate gtk_file_chooser_*_new_with_backend(), since GIO is already used
[~andy/gtk] / gtk / gtkfilechooserwidget.h
index 1dedeb7a430d89fdfcbb581eef9d2e8a8a68c517..333531f573c5d5a4169df89cc9c64b660e2a0ca3 100644 (file)
@@ -55,8 +55,13 @@ struct _GtkFileChooserWidgetClass
 
 GType      gtk_file_chooser_widget_get_type         (void) G_GNUC_CONST;
 GtkWidget *gtk_file_chooser_widget_new              (GtkFileChooserAction  action);
+
+
+#ifndef GTK_DISABLE_DEPRECATED
 GtkWidget *gtk_file_chooser_widget_new_with_backend (GtkFileChooserAction  action,
                                                     const gchar          *backend);
+#endif /* GTK_DISABLE_DEPRECATED */
+
 G_END_DECLS
 
 #endif /* __GTK_FILE_CHOOSER_WIDGET_H__ */