![]() |
![]() |
![]() |
Reference Manual of the tinymail framework | ![]() |
---|---|---|---|---|
TnyGtkAttachmentMimePartViewTnyGtkAttachmentMimePartView — A type that can show a file attachment mime part |
TnyGtkAttachmentMimePartView; TnyMimePartView* tny_gtk_attachment_mime_part_view_new (TnyGtkAttachListModel *iview);
typedef struct _TnyGtkAttachmentMimePartView TnyGtkAttachmentMimePartView;
A TnyMimePartView for showing a TnyMimePart that is also an attachment
free-function: g_object_unref
TnyMimePartView* tny_gtk_attachment_mime_part_view_new (TnyGtkAttachListModel *iview);
Create a new TnyMimePartView for showing MIME parts that are attachments.
The iview
parameter that you must pass is the GtkTreeModel containing the
TnyMimePart instances that are attachments.
|
A TnyGtkAttachListModel |
Returns : |
(caller-owns): a new TnyMimePartView for showing MIME parts that are attachments |
Since 1.0 audience: application-developer