plugin.audio.librespot/resources/lib/deps/zeroconf/_updates.pxd

10 lines
189 B
Cython
Raw Normal View History

2024-02-21 06:17:59 +00:00
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)