new_buffer


Description:


[ Version ( since = "1.0" ) ]
public void* new_buffer (size_t size)

Creates a new buffer with target size.

The caller should deallocate it when necessary.

Parameters:

size

The size of the new buffer to be created

Returns:

The newly created buffer with the target size.


Namespace: ICal.Memory
Package: libical-glib