Method

IpuzNonogramClueequal

[]

Declaration [src]

gboolean
ipuz_nonogram_clue_equal (
  const IpuzNonogramClue* clue1,
  const IpuzNonogramClue* clue2
)
[]

Description [src]

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

[]

Parameters

clue1

Type: IpuzNonogramClue

An IpuzNonogramClue.

The argument can be NULL.
clue2

Type: IpuzNonogramClue

An IpuzNonogramClue to compare with clue1.

The argument can be NULL.
The data is owned by the caller of the method.
[]

Return value

Type: gboolean

TRUE, if the two clues match.