Function

AgsMathUtilfind_function

since: 3.2.0

Declaration [src]

gchar*
ags_math_util_find_function (
  gchar* str
)

Description [src]

Find next function.

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 function, 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.