summaryrefslogtreecommitdiff
path: root/devel/dbus/files/patch-python_dbus_bindings.pxd.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/dbus/files/patch-python_dbus_bindings.pxd.in')
-rw-r--r--devel/dbus/files/patch-python_dbus_bindings.pxd.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/dbus/files/patch-python_dbus_bindings.pxd.in b/devel/dbus/files/patch-python_dbus_bindings.pxd.in
new file mode 100644
index 000000000000..a61214f15691
--- /dev/null
+++ b/devel/dbus/files/patch-python_dbus_bindings.pxd.in
@@ -0,0 +1,11 @@
+--- python/dbus_bindings.pxd.in.orig Sat Jul 16 03:30:06 2005
++++ python/dbus_bindings.pxd.in Sat Jul 16 03:30:03 2005
+@@ -0,0 +1,8 @@
++#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)