plugin.audio.librespot/resources/lib/deps/zeroconf/_updates.pxd
2024-02-21 01:17:59 -05:00

9 lines
189 B
Cython

import cython
cdef class RecordUpdateListener:
cpdef void async_update_records(self, object zc, double now, cython.list records)
cpdef void async_update_records_complete(self)