2003-09-21 Seth Nickell <seth@gnome.org>
authorSeth Nickell <seth@gnome.org>
Mon, 22 Sep 2003 05:45:59 +0000 (05:45 +0000)
committerSeth Nickell <seth@gnome.org>
Mon, 22 Sep 2003 05:45:59 +0000 (05:45 +0000)
commitf4cffc0e49d48a8dbf158230d7e816d8713566da
treed22625c371ad3fa2eae127c0a825bd5b26652c61
parentc9332907b035b52103c5569119d0a7c9fbcb76ac
2003-09-21  Seth Nickell  <seth@gnome.org>

        First checkin of the Python bindings.

* python/.cvsignore:
* python/Makefile.am:
* python/dbus_bindings.pyx.in:
* python/dbus_h_wrapper.h:

Pieces for Pyrex to operate on, building a dbus_bindings.so
python module for low-level access to the DBus APIs.

* python/dbus.py:

High-level Python module for accessing DBus objects.

* configure.in:
* Makefile.am:

Build stuff for the python bindings.

* acinclude.m4:

Extra macro needed for finding the Python C header files.
ChangeLog
Makefile.am
acinclude.m4
configure.in
python/.cvsignore [new file with mode: 0644]
python/Makefile.am [new file with mode: 0644]
python/dbus.py [new file with mode: 0644]
python/dbus_bindings.pyx.in [new file with mode: 0644]
python/dbus_h_wrapper.h [new file with mode: 0644]
python/extract.py [new file with mode: 0644]
test/test-service.c