TnyGtkAttachmentMimePartView

TnyGtkAttachmentMimePartView — A type that can show a file attachment mime part

Synopsis




                    TnyGtkAttachmentMimePartView;
TnyMimePartView*    tny_gtk_attachment_mime_part_view_new
                                                        (TnyGtkAttachListModel *iview);

Object Hierarchy


  GObject
   +----TnyGtkAttachmentMimePartView

Implemented Interfaces

TnyGtkAttachmentMimePartView implements TnyMimePartView.

Description

A type that can show a file attachment TnyMimePart instance

Details

TnyGtkAttachmentMimePartView

typedef struct _TnyGtkAttachmentMimePartView TnyGtkAttachmentMimePartView;

A TnyMimePartView for showing a TnyMimePart that is also an attachment

free-function: g_object_unref


tny_gtk_attachment_mime_part_view_new ()

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.

iview : A TnyGtkAttachListModel
Returns : (caller-owns): a new TnyMimePartView for showing MIME parts that are attachments

Since 1.0 audience: application-developer