Method

AgsSolverMatrixset_source_function

since: 3.9.3

Declaration [src]

void
ags_solver_matrix_set_source_function (
  AgsSolverMatrix* solver_matrix,
  gchar* source_function
)

Description [src]

Set source_function of solver_matrix.

Available since: 3.9.3

Parameters

source_function

Type: gchar*

The source function.

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