aboutsummaryrefslogtreecommitdiffstats
path: root/modules/vcard-inline/evolution-module-vcard-inline.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-05-15 21:17:58 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-05-20 01:07:22 +0800
commitf9ffe647231a7ba2bd5347d92d560b6a57fee786 (patch)
tree6c1245d91a399647fc25521bc1f38cf564210979 /modules/vcard-inline/evolution-module-vcard-inline.c
parent0b4e7ec091c8bbe65dc2f2afd7da78b04da7c274 (diff)
downloadgsoc2013-evolution-f9ffe647231a7ba2bd5347d92d560b6a57fee786.tar
gsoc2013-evolution-f9ffe647231a7ba2bd5347d92d560b6a57fee786.tar.gz
gsoc2013-evolution-f9ffe647231a7ba2bd5347d92d560b6a57fee786.tar.bz2
gsoc2013-evolution-f9ffe647231a7ba2bd5347d92d560b6a57fee786.tar.lz
gsoc2013-evolution-f9ffe647231a7ba2bd5347d92d560b6a57fee786.tar.xz
gsoc2013-evolution-f9ffe647231a7ba2bd5347d92d560b6a57fee786.tar.zst
gsoc2013-evolution-f9ffe647231a7ba2bd5347d92d560b6a57fee786.zip
Convert EMailPart to a GObject.
EMailPart is reference-counted, subclassed, and allows a custom finalize function. There's no excuse for it not to use GObject.
Diffstat (limited to 'modules/vcard-inline/evolution-module-vcard-inline.c')
-rw-r--r--modules/vcard-inline/evolution-module-vcard-inline.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/vcard-inline/evolution-module-vcard-inline.c b/modules/vcard-inline/evolution-module-vcard-inline.c
index abf4d36c97..978ecdba08 100644
--- a/modules/vcard-inline/evolution-module-vcard-inline.c
+++ b/modules/vcard-inline/evolution-module-vcard-inline.c
@@ -18,6 +18,7 @@
#include "e-mail-formatter-vcard.h"
#include "e-mail-parser-vcard.h"
+#include "e-mail-part-vcard.h"
#include <gmodule.h>
@@ -30,6 +31,7 @@ e_module_load (GTypeModule *type_module)
{
e_mail_formatter_vcard_type_register (type_module);
e_mail_parser_vcard_type_register (type_module);
+ e_mail_part_vcard_type_register (type_module);
}
G_MODULE_EXPORT void