Method
WebKit2ApplicationInforef
since: 2.18
Declaration [src]
WebKitApplicationInfo*
webkit_application_info_ref (
WebKitApplicationInfo* info
)
Description [src]
Atomically increments the reference count of info
by one.
This function is MT-safe and may be called from any thread.
Available since: 2.18
Return value
Type: WebKitApplicationInfo
The passed in WebKitApplicationInfo
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |