aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-component-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-component-view.h')
-rw-r--r--shell/e-component-view.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/shell/e-component-view.h b/shell/e-component-view.h
index ef8a6e813c..ca40e3c381 100644
--- a/shell/e-component-view.h
+++ b/shell/e-component-view.h
@@ -24,12 +24,11 @@
#ifndef _E_COMPONENT_VIEW_H_
#define _E_COMPONENT_VIEW_H_
+#include <gtk/gtk.h>
#include <bonobo/bonobo-object.h>
G_BEGIN_DECLS
-struct _GtkWidget;
-
typedef struct _EComponentView EComponentView;
typedef struct _EComponentViewPrivate EComponentViewPrivate;
typedef struct _EComponentViewClass EComponentViewClass;
@@ -62,7 +61,7 @@ struct _EComponentViewClass {
};
GType e_component_view_get_type(void);
-EComponentView *e_component_view_new(GNOME_Evolution_ShellView shell_view, const gchar *id, struct _GtkWidget *side, struct _GtkWidget *view, struct _GtkWidget *status);
+EComponentView *e_component_view_new(GNOME_Evolution_ShellView shell_view, const gchar *id, GtkWidget *side, GtkWidget *view, GtkWidget *status);
EComponentView *e_component_view_new_controls(GNOME_Evolution_ShellView parent, const gchar *id, struct _BonoboControl *side, struct _BonoboControl *view, struct _BonoboControl *statusbar);
void e_component_view_set_title(EComponentView *ecv, const gchar *title);