aboutsummaryrefslogtreecommitdiff
path: root/devel/dbus/files/patch-python_dbus_bindings.pxd.in
blob: a61214f15691a460f5bf736d6763b4c6a0a96bdd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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)