summaryrefslogtreecommitdiff
path: root/examples/list-system-services.py
Commit message (Collapse)AuthorAgeFilesLines
* Add clearer licensing information in SPDX formatSimon McVittie2019-07-151-0/+2
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Consistently make examples executableBen Longbons2015-12-041-0/+0
| | | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=85720 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> [smcv: separated out from a previous commit]
* 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/list-system-services.py: Make more exemplarySimon McVittie2007-05-031-5/+9
|
* examples: Don't load a main loop when only making blocking callsSimon McVittie2007-01-161-2/+1
|
* list-system-services.py: Use the NULL_MAIN_LOOPSimon McVittie2006-12-131-1/+3
|
* dbus/examples: Move to examples/ (it's not part of the library and isn't ↵Simon McVittie2006-12-131-0/+41
installed)