Function

Birbemail_is_valid

since: 0.9

Declaration [src]

gboolean
birb_email_is_valid (
  const char* address
)

Description [src]

Checks if the email address is valid.

Available since: 0.9

Parameters

address

Type: const char*

The e-mail address.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

True if the email address is valid.