Method

PurpleAttachmentset_id

unstable since: 3.0

Declaration [src]

void
purple_attachment_set_id (
  PurpleAttachment* attachment,
  const char* id
)

Description [src]

Sets the ID of attachment to id.

Available since: 3.0

Sets propertyPurple.Attachment:id

Parameters

id

Type: const char*

The new ID for attachment.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.