* Added ModestWindow object
[modest] / src / widgets / modest-main-window.h
index aca4c33..83d4aa9 100644 (file)
 #ifndef __MODEST_MAIN_WINDOW_H__
 #define __MODEST_MAIN_WINDOW_H__
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif /*HAVE_CONFIG_H*/
-
 #include "modest-widget-factory.h"
 #include "modest-window.h"
 
@@ -54,13 +50,10 @@ typedef struct _ModestMainWindowClass ModestMainWindowClass;
 
 struct _ModestMainWindow {
        ModestWindow parent;
-       /* insert public members, if any */
 };
 
 struct _ModestMainWindowClass {
        ModestWindowClass parent_class;
-       /* insert signal callback declarations, eg. */
-       /* void (* my_event) (ModestMainWindow* obj); */
 };
 
 /* member functions */
@@ -70,27 +63,6 @@ GType modest_main_window_get_type (void) G_GNUC_CONST;
 ModestWindow* modest_main_window_new (ModestWidgetFactory *factory,
                                      TnyAccountStore *account_store);
 
-/**
- * modest_main_window_get_widget_factory:
- * @edit_window: a #ModestMainWindow
- * 
- * gets the #ModestWidgetFactory associated with the main window
- * 
- * Returns: the widget factory
- **/
-ModestWidgetFactory *   modest_main_window_get_widget_factory    (ModestMainWindow *main_window);
-
-/**
- * modest_main_window_get_account_store:
- * @edit_window: a #ModestMainWindow
- * 
- * gets the account store associated with the main window
- * 
- * Returns: the account store
- **/
-TnyAccountStore *       modest_main_window_get_account_store     (ModestMainWindow *main_window);
-
-
 G_END_DECLS
 
 #endif /* __MODEST_MAIN_WINDOW_H__ */