repo.or.cz
/
dbus-python-phuang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add some docstrings (reStructuredText with epydoc annotations)
[dbus-python-phuang.git]
/
dbus
/
dbus_bindings.pxd.in
blob
f1707208b049e36bc06622d891a6aaf5f3915926
1
#include "dbus_h_wrapper.h"
2
3
cdef class Connection:
4
cdef DBusConnection *conn
5
6
cdef __cinit__(self, address, DBusConnection *_conn)
7
cdef _set_conn(self, DBusConnection *conn)
8
cdef DBusConnection *_get_conn(self)