summaryrefslogtreecommitdiffstats
path: root/python/dbus_bindings.pxd.in
diff options
context:
space:
mode:
Diffstat (limited to 'python/dbus_bindings.pxd.in')
-rw-r--r--python/dbus_bindings.pxd.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/python/dbus_bindings.pxd.in b/python/dbus_bindings.pxd.in
deleted file mode 100644
index f1707208..00000000
--- a/python/dbus_bindings.pxd.in
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "dbus_h_wrapper.h"
-
-cdef class Connection:
- cdef DBusConnection *conn
-
- cdef __cinit__(self, address, DBusConnection *_conn)
- cdef _set_conn(self, DBusConnection *conn)
- cdef DBusConnection *_get_conn(self)