get_items
Description:
public List<
Item>
get_items ()
Get the list of items in this collection.
Parameters:
Returns:
a list of items, when done, the list should be freed with [funcGLib.List .free], and each item should be released with
[methodGObject.Object .unref]
|