pipewire/spa/include/spa
Barnabás Pőcze 84b9644ee3 spa: utils: defs: fix SPA_FOR_EACH_ELEMENT usage example
To iterate over an array of `T`, the iterator must be `(const) T *`,
so that the types are compatible when `T[]` decays into `T *`.

In the example when `struct foo *[]` decays, it becomes `struct foo **`,
which is not compatible with the the type of iterator, `struct foo *`.

Fix that by changing the type of the array to `struct foo[]`.
2021-06-28 15:07:02 +02:00
..
buffer spa: group the spa headers into doxygen modules 2021-05-26 07:44:55 +00:00
control spa: group the spa headers into doxygen modules 2021-05-26 07:44:55 +00:00
debug spa: group the spa headers into doxygen modules 2021-05-26 07:44:55 +00:00
graph spa: group the spa headers into doxygen modules 2021-05-26 07:44:55 +00:00
monitor spa: make two headers compatible with older gcc-c++ 2021-06-10 15:19:15 +10:00
node spa: make two headers compatible with older gcc-c++ 2021-06-10 15:19:15 +10:00
param alsa: keep track of input and output latency 2021-06-24 09:59:48 +02:00
pod spa: add missing header guards and extern C define for spa/pod/filter.h 2021-06-04 18:46:29 +10:00
support dbus: keep a ref to DBusConnection if reconnecting is not handled 2021-06-26 16:11:40 +03:00
utils spa: utils: defs: fix SPA_FOR_EACH_ELEMENT usage example 2021-06-28 15:07:02 +02:00