summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)AuthorFilesLines
2019-07-15Add clearer licensing information in SPDX formatSimon McVittie10-0/+20
Signed-off-by: Simon McVittie <smcv@collabora.com>
2016-01-20Use gi instead of gobject, everywhere except dbus.gobject_serviceSimon McVittie6-15/+15
2016-01-20Use non-recursive make for everything except testsSimon McVittie1-11/+0
2015-12-04gconf examples: add brief documentationSimon McVittie2-0/+9
2015-12-04Use a name in example.com for our example GConf proxySimon McVittie2-2/+2
dbus-python is not a GNOME project, so we should not use their namespace. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=85720
2015-12-04Install all examplesBen Longbons1-2/+5
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]
2015-12-04Consistently make examples executableBen Longbons6-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]
2015-12-04Fix GConf examplesBen Longbons2-25/+23
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=85720 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> [smcv: separate out some changes into separate commits]
2011-12-13Use Python 3 syntax to catch exceptionsBarry Warsaw1-1/+1
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2011-05-18unix-fd-service example: also exercise returning UnixFd(int)Simon McVittie1-6/+11
Also, cycle through the three possible return types deterministically, rather than choosing at random.
2011-05-18Added Unix Fd support to dbus-pythonElvis Pfützenreuter2-0/+146
2011-05-17example-async-client: remove duplicate handle_hello_error()Simon McVittie1-12/+0
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=22560
2007-09-28License examples under MIT/X11.Simon McVittie8-0/+185
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.
2007-05-03examples/list-system-services.py: Make more exemplarySimon McVittie1-5/+9
2007-01-22Split up Makefile.am between subdirectoriesSimon McVittie1-0/+8
As well as being conventional, this seems to be necessary to avoid having dbus_py_test.so installed, while still having it be a Libtool shared library (noinst libraries are helpfully made static).
2007-01-16examples: Don't load a main loop when only making blocking callsSimon McVittie2-4/+1
2007-01-10Remove old .cvsignore filesSimon McVittie1-2/+0
2007-01-09Correct usage in example-async-client: you need to use example-client (or ↵Simon McVittie1-1/+1
kill(1) of course) to shut down the example service
2007-01-09Add an example of asynchronous calls. Run the examples during 'make check'.Simon McVittie4-1/+125
2006-12-13list-system-services.py: Use the NULL_MAIN_LOOPSimon McVittie1-1/+3
2006-12-13dbus/examples: Move to examples/ (it's not part of the library and isn't ↵Simon McVittie8-0/+322
installed)