Home
last modified time | relevance | path

Searched refs:itip_view (Results 1 – 3 of 3) sorted by relevance

/dports/mail/evolution/evolution-3.42.1/src/modules/itip-formatter/
H A De-mail-part-itip.c88 ItipView *itip_view; in mail_part_itip_content_loaded() local
94 itip_view = link->data; in mail_part_itip_content_loaded()
95 used_web_view = itip_view_ref_web_view (itip_view); in mail_part_itip_content_loaded()
105 itip_view = itip_view_new ( in mail_part_itip_content_loaded()
115 itip_view_set_web_view (itip_view, web_view); in mail_part_itip_content_loaded()
117 pitip->priv->views = g_slist_prepend (pitip->priv->views, itip_view); in mail_part_itip_content_loaded()
H A De-mail-formatter-itip.c70 ItipView *itip_view; in emfe_itip_format() local
74 itip_view = itip_view_new (e_mail_part_get_id (part), in emfe_itip_format()
82 itip_view_init_view (itip_view); in emfe_itip_format()
83 itip_view_write_for_printing (itip_view, buffer); in emfe_itip_format()
H A Ditip-view.c52 G_DEFINE_TYPE (ItipView, itip_view, G_TYPE_OBJECT)