Method
AgsSolverPolynomialset_polynomial
since: 3.9.3
[−]
Declaration [src]
void
ags_solver_polynomial_set_polynomial (
AgsSolverPolynomial* solver_polynomial,
gchar* polynomial
)
[−]
Description [src]
Set polynomial
of solver_polynomial
.
Available since: 3.9.3
Sets property | Ags.SolverPolynomial:polynomial |
[−]
Parameters
polynomial
-
Type:
gchar*
The polynomial.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.