Method
PurpleRequestFieldalphanumeric_validator
unstable since: 3.0
Declaration [src]
gboolean
purple_request_field_alphanumeric_validator (
PurpleRequestField* field,
char** errmsg,
gpointer allowed_characters
)
Parameters
errmsg
-
Type:
char**
Destination for error message.
The argument can be NULL
.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. allowed_characters
-
Type:
gpointer
Allowed character list (NULL-terminated string).
The argument can be NULL
.The data is owned by the caller of the method.