Function

AgsMathUtilis_term

since: 3.2.0

Declaration [src]

gboolean
ags_math_util_is_term (
  gchar* term
)

Description [src]

Test if term is a term.

Available since: 3.2.0

Parameters

term

Type: gchar*

The term.

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

Return value

Type: gboolean

TRUE on success, otherwise FALSE.