Function uacpi_object_get_package

uacpi_status uacpi_object_get_package(uacpi_object*, uacpi_object_array* out)

Description

Returns the list of objects stored in a package object.

NOTE: the reference count of the objects stored inside is not incremented, which means destorying/overwriting the object also potentially destroys all of the objects stored inside unless the reference count is incremented by the client via uacpi_object_ref.