pipewire/spa/include/spa/utils
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
..
ansi.h spa: add a header for ANSI color sequences 2021-06-02 14:17:29 +10:00
defs.h spa: utils: defs: fix SPA_FOR_EACH_ELEMENT usage example 2021-06-28 15:07:02 +02:00
dict.h spa: group the spa headers into doxygen modules 2021-05-26 07:44:55 +00:00
hook.h spa: utils: hook: use tab 2021-06-07 10:54:19 +00:00
json.h Revert "json: also escape '/' as required by JSON" 2021-06-24 16:12:47 +02:00
keys.h alsa: rework UCM open 2021-06-02 17:25:21 +02:00
list.h spa: remove semicolon at end of SPA_LIST_INIT 2021-05-31 07:35:59 +00:00
names.h spa: group the spa headers into doxygen modules 2021-05-26 07:44:55 +00:00
result.h spa: group the spa headers into doxygen modules 2021-05-26 07:44:55 +00:00
ringbuffer.h spa: group the spa headers into doxygen modules 2021-05-26 07:44:55 +00:00
string.h spa: add spa_strendswith (copy from protocol-pulse) 2021-06-25 08:42:24 +00:00
type-info.h Param: add process latency param and info 2021-06-22 16:29:29 +02:00
type.h Param: add process latency param and info 2021-06-22 16:29:29 +02:00