Constructor
EogListStorenew_from_glist
Declaration [src]
GtkListStore*
eog_list_store_new_from_glist (
GList* list
)
Description [src]
Creates a new EogListStore
from a list of EogImage
‘s.
The given list must be NULL
-terminated.
Parameters
list |
A list of EogImage* |
A |
|
The data is owned by the caller of the function. |
Return value
Returns: | GtkListStore |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |