Method
WPEPlatformBufferset_release_fence
Declaration [src]
void
wpe_buffer_set_release_fence (
WPEBuffer* buffer,
int fd
)
Description [src]
Set the release fence file descriptor to use for the buffer. The fence
will be used to wait before releasing the buffer to be destroyed or reused.
The buffer takes the ownership of the file descriptor.