Method

IpuzCellref

Declaration [src]

IpuzCell*
ipuz_cell_ref (
  IpuzCell* cell
)

Description [src]

Refs the cell.

This function should probably only be called by language bindings.

Return value

Type: IpuzCell

cell. This can be used to chain calls or ref on return.

The caller of the method takes ownership of the data, and is responsible for freeing it.