Method
IpuzNonogramget_cells_by_group
Declaration [src]
IpuzCellCoordArray*
ipuz_nonogram_get_cells_by_group (
IpuzNonogram* self,
const gchar* group
)
Description [src]
Returns all the cells that are set to group. For monochrome
nonograms, the group should be IpuzPuzzle:block.
Parameters
group-
Type:
const gchar*A group to get the cells of.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: IpuzCellCoordArray
The cells associated with group.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |