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:
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.