summaryrefslogtreecommitdiff
path: root/examples/example-async-client.py
Commit message (Expand)AuthorAgeFilesLines
* examples: Convert to Python 3Simon McVittie2021-07-201-11/+13
* Add clearer licensing information in SPDX formatSimon McVittie2019-07-151-0/+2
* Use gi instead of gobject, everywhere except dbus.gobject_serviceSimon McVittie2016-01-201-3/+3
* Consistently make examples executableBen Longbons2015-12-041-0/+0
* example-async-client: remove duplicate handle_hello_error()Simon McVittie2011-05-171-12/+0
* License examples under MIT/X11.Simon McVittie2007-09-281-0/+23
* Correct usage in example-async-client: you need to use example-client (or kil...Simon McVittie2007-01-091-1/+1
* Add an example of asynchronous calls. Run the examples during 'make check'.Simon McVittie2007-01-091-0/+109