Function

AgsMathUtilsplit_sum

since: 3.2.0

Declaration [src]

void
ags_math_util_split_sum (
  gchar* sum,
  gchar*** summand
)

Description [src]

Split sum into summands.

Available since: 3.2.0

Parameters

sum

Type: gchar*

The sum.

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

Type: gchar***

The return location of summands.

The argument will be set by the function.
The called function takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.