Method

IpuzNonogramget_n_groups

Declaration [src]

guint
ipuz_nonogram_get_n_groups (
  IpuzNonogram* self
)

Description [src]

Returns the number of different groups within self.

For a non-blank monochrome nonogram, this is expected to be 1. For IpuzNonogramColor objects, this will be the number of different distinct group identifiers.

See ipuz_nonogram_get_group() for an example of this function being used.

Return value

Type: guint

The number of different groups within self.