idasit/dbus_fast/aio/message_reader.pxd

14 lines
226 B
Cython
Raw Normal View History

2024-12-14 14:55:37 +01:00
"""cdefs for message_reader.py"""
import cython
from .._private.unmarshaller cimport Unmarshaller
cpdef _message_reader(
Unmarshaller unmarshaller,
object process,
object finalize,
bint negotiate_unix_fd
)