Method
AgsSolverPolynomialget_symbol
since: 3.9.3
[−]
Declaration [src]
gchar**
ags_solver_polynomial_get_symbol (
AgsSolverPolynomial* solver_polynomial
)
[−]
Description [src]
Get symbol of solver_polynomial
.
Available since: 3.9.3
Gets property | Ags.SolverPolynomial:symbol |
[−]
Return value
Type: An array of utf8
The symbol.
The array is NULL -terminated. |
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
Each element is a NUL terminated UTF-8 string. |