Function

ICalGLibmemory_free_buffer

since: 1.0

Declaration [src]

void
i_cal_memory_free_buffer (
  void* buf
)

Description [src]

Frees the buffer.

Available since: 1.0

Parameters

buf

Type: void*

The buffer to be freed.

The argument can be NULL.
The called function takes ownership of the data, and is responsible for freeing it.