aboutsummaryrefslogtreecommitdiffstats
path: root/modules/itip-formatter/itip-view.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-02-28 02:38:56 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-02-28 02:40:59 +0800
commit927fd2f6f6f807ab978ecc9bcbd8e89910620338 (patch)
treeaaaea7df35a9de0d90cba08d138cca46c67eb75a /modules/itip-formatter/itip-view.h
parent1df5d3c3f9dbe02f5d1d7d5b2586dba53b29a281 (diff)
downloadgsoc2013-evolution-927fd2f6f6f807ab978ecc9bcbd8e89910620338.tar
gsoc2013-evolution-927fd2f6f6f807ab978ecc9bcbd8e89910620338.tar.gz
gsoc2013-evolution-927fd2f6f6f807ab978ecc9bcbd8e89910620338.tar.bz2
gsoc2013-evolution-927fd2f6f6f807ab978ecc9bcbd8e89910620338.tar.lz
gsoc2013-evolution-927fd2f6f6f807ab978ecc9bcbd8e89910620338.tar.xz
gsoc2013-evolution-927fd2f6f6f807ab978ecc9bcbd8e89910620338.tar.zst
gsoc2013-evolution-927fd2f6f6f807ab978ecc9bcbd8e89910620338.zip
ItipView: Replace "registry" property with "client-cache".
Obtain the ESourceRegistry with e_client_cache_ref_registry().
Diffstat (limited to 'modules/itip-formatter/itip-view.h')
-rw-r--r--modules/itip-formatter/itip-view.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/itip-formatter/itip-view.h b/modules/itip-formatter/itip-view.h
index 7162481c84..3dac41537b 100644
--- a/modules/itip-formatter/itip-view.h
+++ b/modules/itip-formatter/itip-view.h
@@ -32,6 +32,7 @@
#include <libecal/libecal.h>
+#include <e-util/e-util.h>
#include <em-format/e-mail-formatter.h>
/* Standard GObject macros */
@@ -110,7 +111,7 @@ struct _ItipViewClass {
GType itip_view_get_type (void);
ItipView * itip_view_new (struct _EMailPartItip *puri,
- ESourceRegistry *registry);
+ EClientCache *client_cache);
void itip_view_init_view (ItipView *view);
void itip_view_write (EMailFormatter *formatter,
GString *buffer);
@@ -120,8 +121,7 @@ void itip_view_create_dom_bindings (ItipView *view,
WebKitDOMElement *element);
struct _EMailPartItip *
itip_view_get_mail_part (ItipView *view);
-ESourceRegistry *
- itip_view_get_registry (ItipView *view);
+EClientCache * itip_view_get_client_cache (ItipView *view);
const gchar * itip_view_get_extension_name (ItipView *view);
void itip_view_set_extension_name (ItipView *view,
const gchar *extension_name);