Initial import package dbus-python: D-Bus Python Bindings
authorvivian, zhang <vivian.zhang@intel.com>
Sun, 3 Jun 2012 03:21:25 +0000 (11:21 +0800)
committervivian, zhang <vivian.zhang@intel.com>
Sun, 3 Jun 2012 03:21:25 +0000 (11:21 +0800)
commit018fcb4a1852ab3368903d57bc0b5e54fa03e6c8
tree108a0f4727db6ea287725f85bbca3eee9801983a
parentc0384c46d79b70ce46d887fdaa2f4c59fb89fd33
Initial import package dbus-python: D-Bus Python Bindings
121 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
_dbus_bindings/Makefile.am [new file with mode: 0644]
_dbus_bindings/Makefile.in [new file with mode: 0644]
_dbus_bindings/abstract.c [new file with mode: 0644]
_dbus_bindings/bus.c [new file with mode: 0644]
_dbus_bindings/bytes.c [new file with mode: 0644]
_dbus_bindings/conn-internal.h [new file with mode: 0644]
_dbus_bindings/conn-methods.c [new file with mode: 0644]
_dbus_bindings/conn.c [new file with mode: 0644]
_dbus_bindings/containers.c [new file with mode: 0644]
_dbus_bindings/dbus_bindings-internal.h [new file with mode: 0644]
_dbus_bindings/debug.c [new file with mode: 0644]
_dbus_bindings/exceptions.c [new file with mode: 0644]
_dbus_bindings/float.c [new file with mode: 0644]
_dbus_bindings/generic.c [new file with mode: 0644]
_dbus_bindings/int.c [new file with mode: 0644]
_dbus_bindings/libdbusconn.c [new file with mode: 0644]
_dbus_bindings/mainloop.c [new file with mode: 0644]
_dbus_bindings/message-append.c [new file with mode: 0644]
_dbus_bindings/message-get-args.c [new file with mode: 0644]
_dbus_bindings/message-internal.h [new file with mode: 0644]
_dbus_bindings/message.c [new file with mode: 0644]
_dbus_bindings/module.c [new file with mode: 0644]
_dbus_bindings/pending-call.c [new file with mode: 0644]
_dbus_bindings/server.c [new file with mode: 0644]
_dbus_bindings/signature.c [new file with mode: 0644]
_dbus_bindings/string.c [new file with mode: 0644]
_dbus_bindings/types-internal.h [new file with mode: 0644]
_dbus_bindings/validation.c [new file with mode: 0644]
_dbus_glib_bindings/Makefile.am [new file with mode: 0644]
_dbus_glib_bindings/Makefile.in [new file with mode: 0644]
_dbus_glib_bindings/module.c [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
config.guess [new file with mode: 0755]
config.h.in [new file with mode: 0644]
config.sub [new file with mode: 0755]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
dbus-python.pc.in [new file with mode: 0644]
dbus/__init__.py [new file with mode: 0644]
dbus/_dbus.py [new file with mode: 0644]
dbus/_expat_introspect_parser.py [new file with mode: 0644]
dbus/_version.py [new file with mode: 0644]
dbus/_version.py.in [new file with mode: 0644]
dbus/bus.py [new file with mode: 0644]
dbus/connection.py [new file with mode: 0644]
dbus/dbus_bindings.py [new file with mode: 0644]
dbus/decorators.py [new file with mode: 0644]
dbus/exceptions.py [new file with mode: 0644]
dbus/glib.py [new file with mode: 0644]
dbus/gobject_service.py [new file with mode: 0644]
dbus/lowlevel.py [new file with mode: 0644]
dbus/mainloop/__init__.py [new file with mode: 0644]
dbus/mainloop/glib.py [new file with mode: 0644]
dbus/proxies.py [new file with mode: 0644]
dbus/server.py [new file with mode: 0644]
dbus/service.py [new file with mode: 0644]
dbus/types.py [new file with mode: 0644]
dbus_bindings.py [new file with mode: 0644]
depcomp [new file with mode: 0755]
doc/API_CHANGES.txt [new file with mode: 0644]
doc/HACKING.txt [new file with mode: 0644]
doc/tutorial.txt [new file with mode: 0644]
examples/Makefile.am [new file with mode: 0644]
examples/Makefile.in [new file with mode: 0644]
examples/example-async-client.py [new file with mode: 0644]
examples/example-client.py [new file with mode: 0644]
examples/example-service.py [new file with mode: 0644]
examples/example-signal-emitter.py [new file with mode: 0644]
examples/example-signal-recipient.py [new file with mode: 0644]
examples/list-system-services.py [new file with mode: 0644]
include/dbus-python.h [new file with mode: 0644]
install-sh [new file with mode: 0755]
ltmain.sh [new file with mode: 0755]
m4/Makefile.am [new file with mode: 0644]
m4/Makefile.in [new file with mode: 0644]
m4/am-check-pymod.m4 [new file with mode: 0644]
m4/am-check-python-headers.m4 [new file with mode: 0644]
m4/dbus-py-add-rst2htmlflag.m4 [new file with mode: 0644]
m4/jh-add-cflag.m4 [new file with mode: 0644]
m4/libtool.m4 [new file with mode: 0644]
m4/ltoptions.m4 [new file with mode: 0644]
m4/ltsugar.m4 [new file with mode: 0644]
m4/ltversion.m4 [new file with mode: 0644]
m4/lt~obsolete.m4 [new file with mode: 0644]
m4/tp-compiler-flag.m4 [new file with mode: 0644]
m4/tp-compiler-warnings.m4 [new file with mode: 0644]
missing [new file with mode: 0755]
packaging/dbus-python.changes [new file with mode: 0644]
packaging/dbus-python.spec [new file with mode: 0644]
py-compile [new file with mode: 0755]
test/Makefile.am [new file with mode: 0644]
test/Makefile.in [new file with mode: 0644]
test/TestSuitePythonService.service.in [new file with mode: 0644]
test/cross-test-client.py [new file with mode: 0644]
test/cross-test-server.py [new file with mode: 0644]
test/crosstest.py [new file with mode: 0644]
test/dbus_py_test.c [new file with mode: 0644]
test/run-test.sh [new file with mode: 0755]
test/run-with-tmp-session-bus.sh [new file with mode: 0755]
test/test-client.py [new file with mode: 0755]
test/test-p2p.py [new file with mode: 0644]
test/test-service.py [new file with mode: 0755]
test/test-signals.py [new file with mode: 0644]
test/test-standalone.py [new file with mode: 0755]
test/test-unusable-main-loop.py [new file with mode: 0644]
test/tmp-session-bus.conf.in [new file with mode: 0644]
tools/Makefile.am [new file with mode: 0644]
tools/Makefile.in [new file with mode: 0644]
tools/check-c-style.sh [new file with mode: 0644]
tools/check-coding-style.mk [new file with mode: 0644]
tools/check-py-style.sh [new file with mode: 0644]
tools/check-whitespace.sh [new file with mode: 0644]