X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-gtkhtml-msg-view.h;h=7dbd256a8b31da59c9fb8b0170aa663915cb84ac;hp=30888b234f2bba86c9ffe3b900ef01ba529f3cfa;hb=e45958deaf9701399c552ea0d84c2447efacd4ca;hpb=4a4e446d6461811d75e3f6b62f38bda2b9e4e975 diff --git a/src/widgets/modest-gtkhtml-msg-view.h b/src/widgets/modest-gtkhtml-msg-view.h index 30888b2..7dbd256 100644 --- a/src/widgets/modest-gtkhtml-msg-view.h +++ b/src/widgets/modest-gtkhtml-msg-view.h @@ -88,8 +88,8 @@ struct _ModestGtkhtmlMsgViewClass { GtkShadowType (*get_shadow_type_func) (ModestMsgView *self); TnyHeaderFlags (*get_priority_func) (ModestMsgView *self); void (*set_priority_func) (ModestMsgView *self, TnyHeaderFlags flags); - GList * (*get_selected_attachments_func) (ModestMsgView *self); - GList * (*get_attachments_func) (ModestMsgView *self); + TnyList * (*get_selected_attachments_func) (ModestMsgView *self); + TnyList * (*get_attachments_func) (ModestMsgView *self); void (*grab_focus_func) (ModestMsgView *self); void (*remove_attachment_func) (ModestMsgView *view, TnyMimePart *attachment);