Function

Purplerequest_cpar_get_custom_icon

since: 3.0

Declaration [src]

gconstpointer
purple_request_cpar_get_custom_icon (
  PurpleRequestCommonParameters* cpar,
  gsize* icon_size
)

Description [src]

Gets the custom icon associated with the request.

Available since: 3.0

Parameters

cpar

Type: PurpleRequestCommonParameters

The parameters set (may be NULL).

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

Type: gsize*

The pointer to variable, where icon size should be stored (may be NULL).

The data is owned by the caller of the function.

Return value

Type: gconstpointer

The icon image contents.

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