Function
Gimpis_canonical_identifier
Declaration [src]
gboolean
gimp_is_canonical_identifier (
const gchar* identifier
)
Description [src]
Checks if identifier
is canonical and non-NULL
.
Canonical identifiers are e.g. expected by the PDB for procedure and parameter names. Every character of the input string must be either ‘-‘, ‘a-z’, ‘A-Z’ or ‘0-9’.
Available since: | 3.0 |