X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-plugin.h;h=46f45a6a3d66cae88d7198210d20f76dae9c7fbf;hb=c6037f8b815e98c569716ab2189b67a5f4de886b;hp=54c5f8c9271628f939655830d83cf275f3e217d4;hpb=e666471e28145981a560b1a0f83a316d4d8a55f0;p=modest diff --git a/src/modest-plugin.h b/src/modest-plugin.h index 54c5f8c..46f45a6 100644 --- a/src/modest-plugin.h +++ b/src/modest-plugin.h @@ -33,6 +33,7 @@ #include #include #include +#include #define MODEST_API_VERSION_STR2_HELPER(x) #x #define MODEST_API_VERSION_STR_HELPER(x) MODEST_API_VERSION_STR2_HELPER(x) @@ -120,8 +121,8 @@ register_modest_plugin (GTypeModule *module) \ /* Global methods providing access to singletons without using modest runtime */ ModestAccountMgr *modest_plugin_get_account_mgr (void); ModestProtocolRegistry *modest_plugin_get_protocol_registry (void); +ModestMailOperationQueue *modest_plugin_get_mail_operation_queue (void); const gchar *modest_plugin_get_api_version (ModestPlugin *plugin); - G_END_DECLS #endif /* __MODEST_PLUGIN_H__ */