Method

WPEPlatformBufferFormatsBuilderref

Declaration [src]

WPEBufferFormatsBuilder*
wpe_buffer_formats_builder_ref (
  WPEBufferFormatsBuilder* builder
)

Description [src]

Atomically acquires a reference on the given builder.

This function is MT-safe and may be called from any thread.

Return value

Type: WPEBufferFormatsBuilder

The same builder with an additional reference.

The caller of the method takes ownership of the data, and is responsible for freeing it.