summaryrefslogtreecommitdiff
path: root/examples/example-client.py
Commit message (Collapse)AuthorAgeFilesLines
* Use Python 3 syntax to catch exceptionsBarry Warsaw2011-12-131-1/+1
| | | | Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* License examples under MIT/X11.Simon McVittie2007-09-281-0/+23
| | | | | | According to history of dbus-core before the bindings split, the examples were written by Red Hat employees, so we should be OK to relicense them; and it's good to have copyright headers.
* examples: Don't load a main loop when only making blocking callsSimon McVittie2007-01-161-2/+0
|
* Add an example of asynchronous calls. Run the examples during 'make check'.Simon McVittie2007-01-091-0/+6
|
* dbus/examples: Move to examples/ (it's not part of the library and isn't ↵Simon McVittie2006-12-131-0/+51
installed)