Method

PurpleXferprepare_thumbnail

Declaration [src]

void
purple_xfer_prepare_thumbnail (
  PurpleXfer* xfer,
  const gchar* formats
)

Description [src]

Prepare a thumbnail for a transfer (if the UI supports it) will be no-op in case the UI doesn’t implement thumbnail creation.

Parameters

formats

Type: const gchar*

A comma-separated list of mimetypes for image formats the protocols can use for thumbnails.

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