Function Macro

AppStreamrelease_list_index

Declaration [src]

#define as_release_list_index (
  rels,
  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

Parameters

rels -
 

A AsReleaseList.

index_ -
 

The index of the AsRelease to return.