Re: global vs local bonobo-conf properties
- From: Jeroen Zwartepoorte <Jeroen xs4all nl>
- To: Dietmar Maurer <dietmar ximian com>
- Cc: gnome-components-list gnome org
- Subject: Re: global vs local bonobo-conf properties
- Date: 03 Aug 2001 17:50:48 +0200
On 03 Aug 2001 07:30:26 +0200, Dietmar Maurer wrote:
> Jeroen Zwartepoorte wrote:
>
> > Hi,
> >
> > Global properties for a Bonobo component are pretty simple: use a
> > "config:/component" PropertyBag. When someone changes something, all the
> > instances of that component will get notified and update themselves.
> >
> > For local properties (properties that only take effect in 1 application)
> > it is not so clear. You can't have a "config:/component/local"
> > PropertyBag since changes to that PropertyBag will still be propagated
> > to the entire system. On the other hand, creating a PropertyBag in
> > memory during initialization is also not good since that doesn't allow
> > you to save the settings.
> >
> > What is the correct approach here?
>
> Why do you need such local configuration?
I though about it somewhere and i guess i was confusing a PropertyBag
for the component itself with a bonobo-conf PropertyBag (confusing
control with configuration).
So please ignore my previous e-mail.
Jeroen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]