Collection.getItems

Get the list of items in this collection.

class Collection
ListG
getItems
()

Return Value

Type: ListG

a list of items, when done, the list should be freed with g_list_free, and each item should be released with g_object_unref()

Meta