Method

IdeHeapunref

Declaration

void
ide_heap_unref (
  IdeHeap* heap
)

Description

Decrements the reference count of heap by one, freeing the structure when the reference count reaches zero.

Parameters

heap

Type: IdeHeap

An IdeHeap.

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