summaryrefslogtreecommitdiff
path: root/examples/unix-fd-service.py
Commit message (Collapse)AuthorAgeFilesLines
* examples: Convert to Python 3Simon McVittie2021-07-201-10/+12
| | | | | | | | | | Python 2 reached EOL more than 18 months ago. For the gconf example, which is only still here because it provides an example of implementing a FallbackObject, use a mock implementation if the deprecated gconf module is no longer available. Signed-off-by: Simon McVittie <smcv@collabora.com>
* Add clearer licensing information in SPDX formatSimon McVittie2019-07-151-0/+2
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Use gi instead of gobject, everywhere except dbus.gobject_serviceSimon McVittie2016-01-201-2/+2
|
* unix-fd-service example: also exercise returning UnixFd(int)Simon McVittie2011-05-181-6/+11
| | | | | Also, cycle through the three possible return types deterministically, rather than choosing at random.
* Added Unix Fd support to dbus-pythonElvis Pfützenreuter2011-05-181-0/+70