WebKit2.UserContentFilter.unref (original) (raw)

WebKit2

API Version: 4.1

Library Version: 2.42.5

Type

UserContentFilter

Methods

get_identifier ref unref

Generated by gi-docgen 2023.4

Method

WebKit2UserContentFilterunref

since: 2.24

Declaration [src]


void
webkit_user_content_filter_unref (
  WebKitUserContentFilter* user_content_filter
)

Description [src]

Atomically decrements the reference count of user_content_filter by one.

If the reference count drops to 0, all the memory allocated by theWebKitUserContentFilter is released. This function is MT-safe and may be called from any thread.

Available since: 2.24