Throughout dbus-python: Use the C implementation.
[dbus-python-phuang.git] / dbus / _dbus_bindings.pxd.in
blobf1707208b049e36bc06622d891a6aaf5f3915926
1 #include "dbus_h_wrapper.h"
3 cdef class Connection:
4     cdef DBusConnection *conn
6     cdef __cinit__(self, address, DBusConnection *_conn)
7     cdef _set_conn(self, DBusConnection *conn)
8     cdef DBusConnection *_get_conn(self)