pipewire/spa/include
Peter Hutterer cbcf62f341 spa: add a macro to check for a callback version
spa_interface_call() and friends will quietly do nothing if the version
doesn't match so we need an extra macro to know whether we can
spa_interface_call() for any given version.

This allows us to implement things like:
   if (spa_interface_callback_version_min(1)
        spa_interface_call(..., 1, func_v1)
   else
        spa_interface_call(..., 0, func_v0)
2021-09-28 09:35:38 +02:00
..
spa spa: add a macro to check for a callback version 2021-09-28 09:35:38 +02:00
meson.build doc: add spa to doxygen output 2021-05-26 07:44:55 +00:00