Method
PurpleAttachmentget_content_type
unstable since: 3.0
[−]
Declaration [src]
const char*
purple_attachment_get_content_type (
PurpleAttachment* attachment
)
[−]
Description [src]
Gets the content-type of attachment
.
Available since: 3.0
Gets property | Purple.Attachment:content-type |
[−]
Return value
Type: const char*
The content-type of attachment
.
The returned data is owned by the instance. |
The value is a NUL terminated UTF-8 string. |