Function Macro
AppStreamrelease_list_index
[−]
Description [src]
Returns the AsRelease
at the given index of the array.
This does not perform bounds checking on the given index_
,
so you are responsible for checking it against the array length.
Use %as_release_list_len to determine the amount of releases
present in the AsReleaseList
container.
This function is not directly available to language bindings.