Function
AgsSolverPathalloc
since: 6.7.1
Declaration [src]
AgsSolverPath*
ags_solver_path_alloc (
guint nth_column,
guint nth_row_a,
guint nth_row_b
)
Parameters
nth_column
-
Type:
guint
The nth-column.
nth_row_a
-
Type:
guint
Nth-row a.
nth_row_b
-
Type:
guint
Nth-row b.
Return value
Type: AgsSolverPath
A new AgsSolverPath
-struct.
The caller of the function takes ownership of the data, and is responsible for freeing it. |