Method

PurpleAttachmentget_id

unstable since: 3.0

Declaration [src]

const char*
purple_attachment_get_id (
  PurpleAttachment* attachment
)

Description [src]

Gets the ID from attachment.

Available since: 3.0

Gets propertyPurple.Attachment:id

Return value

Type: const char*

The ID of attachment.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.