Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-27 | Replace multiple stream callbacks with SerdEvent | David Robillard | 1 | -6/+3 | |
This makes plumbing easier since everything goes through the same "stream" and only one callback is required to handling everything. It's also more easily extensible in case more event types need to be added in the future. | |||||
2020-10-27 | Add function to SerdSink for freeing opaque handle | David Robillard | 1 | -0/+1 | |
This can be used to associate dynamically allocated data with a sink and have it managed along with the sink's lifetime. | |||||
2020-10-27 | Use consistent naming for function types | David Robillard | 1 | -4/+4 | |
2020-10-27 | Make SerdSink opaque | David Robillard | 1 | -0/+33 | |