Function
Purplerequest_cpar_set_custom_icon
unstable since: 3.0
Declaration [src]
void
purple_request_cpar_set_custom_icon (
PurpleRequestCommonParameters* cpar,
gconstpointer icon_data,
gsize icon_size
)
Parameters
cpar-
Type:
PurpleRequestCommonParametersThe parameters set.
The data is owned by the caller of the function. icon_data-
Type:
gconstpointerThe icon image contents (
NULLto reset).The argument can be NULL.The data is owned by the caller of the function. icon_size-
Type:
gsizeThe icon image size.