BufferList.copy

Create a shallow copy of the given buffer list. This will make a newly allocated copy of the source list with copies of buffer pointers. The refcount of buffers pointed to will be increased by one.

class BufferList
copy
()

Return Value

a new copy of list. [transfer full]

Meta