Function

Purplerequest_cpar_is_html

since: 3.0

Declaration [src]

gboolean
purple_request_cpar_is_html (
  PurpleRequestCommonParameters* cpar
)

Description [src]

Checks, if the text passed to the request is HTML.

Available since: 3.0

Parameters

cpar

Type: PurpleRequestCommonParameters

The parameters set (may be NULL).

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE, if the text is HTML, FALSE otherwise.