summaryrefslogtreecommitdiff
path: root/examples/example-async-client.py
Commit message (Collapse)AuthorAgeFilesLines
* example-async-client: remove duplicate handle_hello_error()Simon McVittie2011-05-171-12/+0
| | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=22560
* 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.
* Correct usage in example-async-client: you need to use example-client (or ↵Simon McVittie2007-01-091-1/+1
| | | | kill(1) of course) to shut down the example service
* Add an example of asynchronous calls. Run the examples during 'make check'.Simon McVittie2007-01-091-0/+109