]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkfilechooserwidget.h
gtk/gtkcellrenderercombo.h gtk/gtkcellrendererspin.h style cleanups for
[~andy/gtk] / gtk / gtkfilechooserwidget.h
index 2df7ded17fb5688e8a50c33f33696a8190ee4e8e..194acb3be8bb3df5dc60bf464ce73b1e4621143b 100644 (file)
@@ -33,15 +33,9 @@ G_BEGIN_DECLS
 #define GTK_IS_FILE_CHOOSER_WIDGET_CLASS(klass)  (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_FILE_CHOOSER_WIDGET))
 #define GTK_FILE_CHOOSER_WIDGET_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_FILE_CHOOSER_WIDGET, GtkFileChooserWidgetClass))
 
-typedef struct _GtkFileChooserWidget      GtkFileChooserWidget;
-typedef struct _GtkFileChooserWidgetClass GtkFileChooserWidgetClass;
-
+typedef struct _GtkFileChooserWidget        GtkFileChooserWidget;
 typedef struct _GtkFileChooserWidgetPrivate GtkFileChooserWidgetPrivate;
-
-struct _GtkFileChooserWidgetClass
-{
-  GtkVBoxClass parent_class;
-};
+typedef struct _GtkFileChooserWidgetClass   GtkFileChooserWidgetClass;
 
 struct _GtkFileChooserWidget
 {
@@ -50,6 +44,11 @@ struct _GtkFileChooserWidget
   GtkFileChooserWidgetPrivate *priv;
 };
 
+struct _GtkFileChooserWidgetClass
+{
+  GtkVBoxClass parent_class;
+};
+
 GType      gtk_file_chooser_widget_get_type         (void) G_GNUC_CONST;
 GtkWidget *gtk_file_chooser_widget_new              (GtkFileChooserAction  action);
 GtkWidget *gtk_file_chooser_widget_new_with_backend (GtkFileChooserAction  action,