Function
Purplerequest_cpar_get_custom_icon
unstable since: 3.0
Declaration [src]
gconstpointer
purple_request_cpar_get_custom_icon (
PurpleRequestCommonParameters* cpar,
gsize* icon_size
)
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.