Method

PurpleAttachmentset_local_uri

since: 3.0

Declaration [src]

void
purple_attachment_set_local_uri (
  PurpleAttachment* attachment,
  const gchar* local_uri
)

Description [src]

Sets the local URI of attachment.

Available since: 3.0

Parameters

local_uri

Type: const gchar*

The new local URI.

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