aboutsummaryrefslogtreecommitdiffstats
path: root/src/sink.h
AgeCommit message (Collapse)AuthorFilesLines
2020-10-27Replace multiple stream callbacks with SerdEventDavid Robillard1-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-27Add function to SerdSink for freeing opaque handleDavid Robillard1-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-27Use consistent naming for function typesDavid Robillard1-4/+4
2020-10-27Make SerdSink opaqueDavid Robillard1-0/+33