Function

AgsMathUtilfind_symbol

since: 3.2.0

Declaration [src]

gchar*
ags_math_util_find_symbol (
  gchar* str
)

Description [src]

Find next symbol.

Available since: 3.2.0

Parameters

str

Type: gchar*

The string.

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

Return value

Type: gchar*

The string offset matching symbol, otherwise NULL.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.