Method

WebKitImageListref

unstable since: 2.54

Declaration [src]

WebKitImageList*
webkit_image_list_ref (
  WebKitImageList* image_list
)

Description [src]

Atomically acquires a reference on the given image_list.

This function is MT-safe and may be called from any thread.

Available since: 2.54

Return value

Type: WebKitImageList

The same image_list with an additional reference.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.