SharedMemory


Description:

[ CCode ( has_construct_function = false ) ]
public SharedMemory (void* buf, off_t size, bool needs_free)

Parameters:

buf

The memory area to share.

size

The size of buf.

needs_free

Whether buf should be freed with g_free when the object is finalized.

Returns:

a new SharedMemory object.