]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkfilechooserwidget.h
Correctly select default printer when there is more than one (CUPS)
[~andy/gtk] / gtk / gtkfilechooserwidget.h
index 8de57e675acba27623da4a7d7db1469f96b68e93..333531f573c5d5a4169df89cc9c64b660e2a0ca3 100644 (file)
@@ -25,7 +25,7 @@
 #ifndef __GTK_FILE_CHOOSER_WIDGET_H__
 #define __GTK_FILE_CHOOSER_WIDGET_H__
 
-#include "gtkfilechooser.h"
+#include <gtk/gtkfilechooser.h>
 #include <gtk/gtkvbox.h>
 
 G_BEGIN_DECLS
@@ -45,7 +45,7 @@ struct _GtkFileChooserWidget
 {
   GtkVBox parent_instance;
 
-  GtkFileChooserWidgetPrivate *priv;
+  GtkFileChooserWidgetPrivate *GSEAL (priv);
 };
 
 struct _GtkFileChooserWidgetClass
@@ -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__ */