Method

AgsSolverMatrixget_source_function

since: 3.9.3

Declaration [src]

gchar*
ags_solver_matrix_get_source_function (
  AgsSolverMatrix* solver_matrix
)

Description [src]

Get column count of solver_matrix.

Available since: 3.9.3

Return value

Type: gchar*

The column count.

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.