dbus/doc
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
..
.cvsignore 2005-02-17 Colin Walters <walters@verbum.org> 2005-02-17 21:25:49 +00:00
busconfig.dtd 2004-10-18 Colin Walters <walters@verbum.org> 2004-10-18 04:04:12 +00:00
dbus-faq.xml 2005-02-17 Colin Walters <walters@verbum.org> 2005-02-17 21:19:49 +00:00
dbus-specification.xml 2005-05-05 Havoc Pennington <hp@redhat.com> 2005-05-05 22:02:11 +00:00
dbus-test-plan.xml 2004-05-17 Kristian Høgsberg <krh@redhat.com> 2004-05-17 22:19:04 +00:00
dbus-tutorial.xml 2005-06-26 Havoc Pennington <hp@redhat.com> 2005-06-27 01:37:03 +00:00
dcop-howto.txt initial import of "dbus" skeleton 2002-11-21 16:41:33 +00:00
diagram.png 2005-01-18 Havoc Pennington <hp@redhat.com> 2005-01-18 20:42:15 +00:00
diagram.svg 2005-01-18 Havoc Pennington <hp@redhat.com> 2005-01-18 20:42:15 +00:00
file-boilerplate.c 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
introspect.dtd 2005-02-17 Colin Walters <walters@verbum.org> 2005-02-17 21:11:18 +00:00
Makefile.am 2005-02-04 Havoc Pennington <hp@redhat.com> 2005-02-05 03:24:54 +00:00
TODO * python/dbus_bindings.pyx.in: removed 2005-07-12 18:16:07 +00:00