Struct

IpuzNonogramClue

Description [src]

struct IpuzNonogramClue {
  guint count;
  gchar* group;
}

A structure used by IpuzNonogram to indicate a segment of a clue array in a nonogram. For monochromatic nonograms, the group field can be safely ignored.

Structure members
count

Number of cells in a row that this segment refers to.

group

Group that this segment belongs to.

Instance methods

ipuz_nonogram_clue_copy

Makes a copy of clue.

ipuz_nonogram_clue_equal

Compares two nonogram clues and returns TRUE if they are identical.