![]() |
![]() |
![]() |
![]() |
TalkatuSimpleAttachment is simple implementation of the TalkatuAttachment interface. This is the easiest way to create a TalkatuAttachment and attach it to a TalkatuMessage.
TalkatuAttachment * talkatu_simple_attachment_new (guint64 id
,const gchar *content_type
);
Creates a new attachment with content_type
.
#define TALKATU_TYPE_SIMPLE_ATTACHMENT (talkatu_simple_attachment_get_type())
The standard _get_type macro for TalkatuSimpleAttachment.