diff options
author | Simon McVittie <smcv@debian.org> | 2015-12-04 15:13:34 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2015-12-04 15:13:34 +0000 |
commit | 998c10b8ec9058f213752818fa20d8362c15c02d (patch) | |
tree | c606a4c75eaa8fb06e343f654208eb30771d7151 /examples | |
parent | 77075d82f4ec39c35d14536cf13e4266839ae81f (diff) |
gconf examples: add brief documentation
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/gconf-proxy-client.py | 2 | ||||
-rwxr-xr-x | examples/gconf-proxy-service2.py | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/examples/gconf-proxy-client.py b/examples/gconf-proxy-client.py index 431c4b0..e57d7cd 100755 --- a/examples/gconf-proxy-client.py +++ b/examples/gconf-proxy-client.py @@ -1,5 +1,7 @@ #!/usr/bin/env python +# Client for gconf-proxy-service2.py. + # Copyright (C) 2004-2006 Red Hat Inc. <http://www.redhat.com/> # Copyright (C) 2005-2007 Collabora Ltd. <http://www.collabora.co.uk/> # diff --git a/examples/gconf-proxy-service2.py b/examples/gconf-proxy-service2.py index 5ff54f3..86567cb 100755 --- a/examples/gconf-proxy-service2.py +++ b/examples/gconf-proxy-service2.py @@ -1,5 +1,12 @@ #!/usr/bin/env python +# Example of implementing an entire subtree of objects using +# a FallbackObject. +# +# This is not a particularly realistic example of real-world code any more, +# because GConf now uses D-Bus internally itself, and is deprecated; +# but it's a valid example of a FallbackObject. + # Copyright (C) 2004-2006 Red Hat Inc. <http://www.redhat.com/> # Copyright (C) 2005-2007 Collabora Ltd. <http://www.collabora.co.uk/> # |