Method
WPEPlatformDRMDeviceunref
Declaration [src]
void
wpe_drm_device_unref (
WPEDRMDevice* device
)
Description [src]
Atomically releases a reference on the given device
.
If the reference was the last, the resources associated to the
device
are freed. This function is MT-safe and may be called from
any thread.