dbus/python
John (J5) Palmieri d06bfe528b * python/dbus_bindings.pyx.in: removed
* python/dbus_bindings.pyx: Added.
	- Fixed some memleaks (patch from
	  Sean Meiners <sean.meiners@linspireinc.com>)
	- Broke out the #include "dbus_h_wrapper.h" and put it in its
	  own pxd file (Pyrex definition)
	- Broke out glib dependancies into its own pyx module

* python/dbus_bindings.pdx: Added.
	- Defines C class Connection for exporting to other modules

* python/dbus_glib_bindings.pyx: Added.
	- New module to handle lowlevel dbus-glib mainloop integration

* python/glib.py: Added.
	- Registers the glib mainloop when you import this module

* python/services.py: Removed (renamed to service.py)

* python/service.py: Added.
	- (class Server): renamed Name

* python/__init__.py: Bump ro version (0,41,0)
	- don't import the decorators or service module
   	  by default.  These now reside in the dbus.service namespace

* python/_dbus.py (Bus::__init__): Add code run the main loop
  setup function on creation

* python/examples/example-service.py,
  python/examples/example-signal-emitter.py: update examples

* python/examples/gconf-proxy-service.py,
  python/examples/gconf-proxy-service2.py: TODO fix these up

* doc/TODO: Addition
	- Added a Python Bindings 1.0 section
	- added "Add match on args or match on details to match rules"
2005-07-12 18:16:07 +00:00
..
examples * python/dbus_bindings.pyx.in: removed 2005-07-12 18:16:07 +00:00
tests 2004-07-18 Seth Nickell <seth@gnome.org> 2004-07-18 21:44:37 +00:00
.cvsignore Update .cvsignore files 2004-06-01 06:16:13 +00:00
__init__.py * python/dbus_bindings.pyx.in: removed 2005-07-12 18:16:07 +00:00
_dbus.py * python/dbus_bindings.pyx.in: removed 2005-07-12 18:16:07 +00:00
_util.py * python/dbus_bindings.pyx.in: 2005-05-01 19:34:58 +00:00
dbus_bindings.pxd.in * python/dbus_bindings.pyx.in: removed 2005-07-12 18:16:07 +00:00
dbus_bindings.pyx * python/dbus_bindings.pyx.in: removed 2005-07-12 18:16:07 +00:00
dbus_glib_bindings.pyx * python/dbus_bindings.pyx.in: removed 2005-07-12 18:16:07 +00:00
dbus_h_wrapper.h forgot to add files... 2003-09-30 02:40:49 +00:00
decorators.py * python/decorators.py: add explicitly_pass_message decorator 2005-05-24 16:30:51 +00:00
exceptions.py * python/Makefile.am: changed to use pyexecdir for the binding 2005-05-05 18:01:45 +00:00
extract.py * patch from Rob Taylor <robtaylor@fastmail.fm> 2004-12-23 00:50:37 +00:00
glib.py * python/dbus_bindings.pyx.in: removed 2005-07-12 18:16:07 +00:00
Makefile.am * python/dbus_bindings.pyx.in: removed 2005-07-12 18:16:07 +00:00
matchrules.py * python/decorators.py: add explicitly_pass_message decorator 2005-05-24 16:30:51 +00:00
proxies.py * glib/dbus-gmain.c (io_handler_dispatch): fix deadlock 2005-05-16 21:27:04 +00:00
service.py * python/dbus_bindings.pyx.in: removed 2005-07-12 18:16:07 +00:00
types.py * python/dbus_bindings.pyx.in: 2005-05-01 19:34:58 +00:00