Method

PurpleXferget_thumbnail

Declaration [src]

gconstpointer
purple_xfer_get_thumbnail (
  PurpleXfer* xfer,
  gsize* len
)

Description [src]

Gets the thumbnail data for a transfer.

Parameters

len

Type: gsize*

If not NULL, the length of the thumbnail data returned will be set in the location pointed to by this.

The data is owned by the caller of the function.

Return value

Type: gconstpointer

The thumbnail data, or NULL if there is no thumbnail.

The data is owned by the instance.
The return value can be NULL.