summaryrefslogtreecommitdiff
path: root/dbus/mainloop
Commit message (Collapse)AuthorAgeFilesLines
* Add clearer licensing information in SPDX formatSimon McVittie2019-07-152-0/+4
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* 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)
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, ↵Simon McVittie2007-09-271-13/+17
| | | | removing all references to the LGPL as a result
* Actually commit the numerous copyright-statement changes.Simon McVittie2007-02-071-0/+18
|
* 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-052-0/+11
|
* dbus/mainloop/__init__.py: Export glib submodule; improve docstringsSimon McVittie2006-11-301-6/+35
|
* Add improved main-loop integration.Simon McVittie2006-11-222-0/+39
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.