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