Method
IpuzPuzzleget_puzzle_info
Declaration [src]
IpuzPuzzleInfo*
ipuz_puzzle_get_puzzle_info (
IpuzPuzzle* self
)
Description [src]
Calculates information about the current state of self. This
information is not updated, so if there are any changes to self
then the puzzle info will have to be regenerated.
Return value
Type: IpuzPuzzleInfo
A newly allocated IpuzPuzzleInfo object.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |