Method

EogListStoreget_image_by_pos

Declaration [src]

EogImage*
eog_list_store_get_image_by_pos (
  EogListStore* store,
  gint pos
)

Description [src]

Gets the EogImage in the position pos of store. If there is no image at position pos, NULL is returned.

Parameters

pos gint
 

The position of the required EogImage.

Return value

Returns: EogImage
 

The EogImage in position pos or NULL.

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