diff options
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/> # |