Method

AgsSolverMatrixto_string

since: 5.5.1

Declaration [src]

gchar*
ags_solver_matrix_to_string (
  AgsSolverMatrix* solver_matrix
)

Description [src]

To string of solver_matrix.

Available since: 5.5.1

Return value

Type: gchar*

The new string representation.

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