Function

Purplerequest_cpar_set_custom_icon

since: 3.0

Declaration [src]

void
purple_request_cpar_set_custom_icon (
  PurpleRequestCommonParameters* cpar,
  gconstpointer icon_data,
  gsize icon_size
)

Description [src]

Sets the custom icon associated with the request.

Available since: 3.0

Parameters

cpar

Type: PurpleRequestCommonParameters

The parameters set.

The data is owned by the caller of the function.
icon_data

Type: gconstpointer

The icon image contents (NULL to reset).

The argument can be NULL.
The data is owned by the caller of the function.
icon_size

Type: gsize

The icon image size.