Secret.Collection.prototype.get_items

function get_items(): Array(Secret.Item) {
    // Gjs wrapper for secret_collection_get_items()
}
  

Get the list of items in this collection.

Returns

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()