Method
EogThumbViewget_selected_images
Declaration [src]
GList*
eog_thumb_view_get_selected_images (
EogThumbView* thumbview
)
Description [src]
Gets a list with the currently selected images. Note that a new reference is
hold for each image and the list must be freed with g_list_free()
.
Return value
Returns: | A list of EogImage |
A newly allocated list of |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |