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.
Return value
Returns: | EogImage |
The |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |