Function
Purplevalidate
since: 3.0.0
Declaration [src]
gboolean
purple_validate (
PurpleProtocol* protocol,
const char* str
)
Parameters
protocol
-
Type:
PurpleProtocol
The protocol the string belongs to.
The data is owned by the caller of the function. str
-
Type:
const char*
The string to validate.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.