Method

WebKitImageListget

unstable since: 2.54

Declaration [src]

WebKitImage*
webkit_image_list_get (
  WebKitImageList* image_list,
  gsize index
)

Description [src]

Gets an image given its index.

Available since: 2.54

Parameters

index

Type: gsize

Index of the image.

Return value

Type: WebKitImage

The image at index.

The returned data is owned by the instance.