Function

Purplerequest_cpar_set_html

since: 3.0

Declaration [src]

void
purple_request_cpar_set_html (
  PurpleRequestCommonParameters* cpar,
  gboolean enabled
)

Description [src]

Switches the request text to be HTML or not.

Available since: 3.0

Parameters

cpar

Type: PurpleRequestCommonParameters

The parameters set.

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

Type: gboolean

1, if the text passed with the request contains HTML, 0 otherwise. Don’t use any other values, as they may be redefined in the future.