summaryrefslogtreecommitdiff
path: root/dbus/mainloop/glib.py
Commit message (Collapse)AuthorAgeFilesLines
* Use MIT/X11 license as per permission given on the dbus mailing list.Simon McVittie2007-10-091-15/+19
| | | | | | | | | | | This affects code with copyright statements from the following individuals: * Anders Carlsson * Colin Walters * David Zeuthen * Rob Taylor and the following companies: * Collabora Ltd. (represented by me) * Red Hat Inc. (represented by Havoc Pennington)
* dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated ↵Simon McVittie2007-01-251-2/+0
| | | | lines in license statement
* dbus/mainloop/__init__.py, dbus/mainloop/glib.py: Add docstringsSimon McVittie2006-12-051-0/+7
|
* Add improved main-loop integration.Simon McVittie2006-11-221-0/+32
Currently only GLib (with the default main context) and a "null main loop" are supported, but a pure-Python main loop could be supported without incompatible API changes.