Method

PurpleAttachmentget_remote_uri

since: 3.0

Declaration [src]

const gchar*
purple_attachment_get_remote_uri (
  PurpleAttachment* attachment
)

Description [src]

Gets the remote URI if any for attachment.

Available since: 3.0

Return value

Type: const gchar*

The remote URI for attachment.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.