pipewire/src
Wim Taymans eea062ee53 interfaces: improve remote API
Add return values to events and method callbacks. This makes it
possible to pass any error or async return value.
Add sync/done/error in both directions so that both proxy and resource
and perform/reply sync and produce errors.
Return a SPA_ASYNC from remote method calls (and events), keep the
sequence number in the connection.
With the core sync/done we can remove the client-node done method and
it's internal sequence number along with the seq number in method calls.
We can also use the method/event async return value to perform a sync
with as the unique sequence number for this method.
Add sync method and done/error event to proxy and resource.
2019-02-18 12:31:36 +01:00
..
daemon daemon: getopt returns int, declare it as such to avoid comparison issues 2019-02-13 11:23:18 +01:00
examples interfaces: improve remote API 2019-02-18 12:31:36 +01:00
extensions interfaces: improve remote API 2019-02-18 12:31:36 +01:00
gst interfaces: improve remote API 2019-02-18 12:31:36 +01:00
modules interfaces: improve remote API 2019-02-18 12:31:36 +01:00
pipewire interfaces: improve remote API 2019-02-18 12:31:36 +01:00
tests interfaces: improve remote API 2019-02-18 12:31:36 +01:00
tools interfaces: improve remote API 2019-02-18 12:31:36 +01:00
.gitignore move things around 2017-07-11 16:08:22 +02:00
meson.build tests: add c++ include test 2019-01-08 13:00:24 +01:00