X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-msg-view.h;h=2bc48f1b4ff6753aa5da8471eaf8f330d64252ec;hb=9ad90e9053e1e0cc87885f714f513061ac734632;hp=9f258aba83b15bcfed64dd8fc8dba239edefb4f2;hpb=9009ed542849122824e2355fb71dd1db2dcad0da;p=modest diff --git a/src/widgets/modest-msg-view.h b/src/widgets/modest-msg-view.h index 9f258ab..2bc48f1 100644 --- a/src/widgets/modest-msg-view.h +++ b/src/widgets/modest-msg-view.h @@ -31,9 +31,9 @@ #define __MODEST_MSG_VIEW_H__ #include -#include -#include -#include +#include +#include +#include #include G_BEGIN_DECLS @@ -77,7 +77,7 @@ GType modest_msg_view_get_type (void) G_GNUC_CONST; /** * modest_msg_view_new - * @tny_msg: a TnyMsgIface instance, or NULL + * @tny_msg: a TnyMsg instance, or NULL * * create a new ModestMsgView widget (a GtkScrolledWindow subclass), * and display the @tny_msg e-mail message in it. If @tny_msg is NULL, @@ -85,18 +85,18 @@ GType modest_msg_view_get_type (void) G_GNUC_CONST; * * Returns: a new ModestMsgView widget, or NULL if there's an error */ -GtkWidget* modest_msg_view_new (TnyMsgIface *tny_msg); +GtkWidget* modest_msg_view_new (TnyMsg *tny_msg); /** * modest_msg_view_set_message * @self: a ModestMsgView instance - * @tny_msg: a TnyMsgIface instance, or NULL + * @tny_msg: a TnyMsg instance, or NULL * * display the @tny_msg e-mail message. If @tny_msg is NULL, * then a blank page will be displayed * */ -void modest_msg_view_set_message (ModestMsgView *self, TnyMsgIface *tny_msg); +void modest_msg_view_set_message (ModestMsgView *self, TnyMsg *tny_msg); /** * modest_msg_view_get_selected_text: