summaryrefslogtreecommitdiff
path: root/examples/gconf-proxy-service2.py
Commit message (Collapse)AuthorAgeFilesLines
* examples: Convert to Python 3Simon McVittie2021-07-201-3/+25
| | | | | | | | | | 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
|
* gconf examples: add brief documentationSimon McVittie2015-12-041-0/+7
|
* Use a name in example.com for our example GConf proxySimon McVittie2015-12-041-1/+1
| | | | | | dbus-python is not a GNOME project, so we should not use their namespace. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=85720
* Fix GConf examplesBen Longbons2015-12-041-21/+22
| | | | | | 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]
* License examples under MIT/X11.Simon McVittie2007-09-281-0/+24
| | | | | | 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.
* dbus/examples: Move to examples/ (it's not part of the library and isn't ↵Simon McVittie2006-12-131-0/+40
installed)