Method

PurpleAttachmentset_remote_uri

since: 3.0

Declaration [src]

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

Description [src]

Sets the remote URI of attachment.

Available since: 3.0

Parameters

remote_uri

Type: const gchar*

The new remote URI.

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