Method
WPEPlatformEventunref
Declaration [src]
void
wpe_event_unref (
WPEEvent* event
)
Description [src]
Atomically decrements the reference count of event by one.
If the reference count drops to 0, all memory allocated by the WPEEvent is
released. This function is MT-safe and may be called from any thread.