Method

PurpleAttachmentset_remote_uri

unstable since: 3.0

Declaration [src]

void
purple_attachment_set_remote_uri (
  PurpleAttachment* attachment,
  const char* remote_uri
)

Description [src]

Sets the remote URI of attachment.

Available since: 3.0

Parameters

remote_uri

Type: const char*

The new remote URI.

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