On Wed, 2011-04-06 at 14:23 +0100, Colin Guthrie wrote: > 'Twas brillig, and Tanu Kaskinen at 06/04/11 12:33 did gyre and gimble: > > +/* This is a shared singleton object, currently used by Meego's voice and > > + * policy enforcement modules. The purpose of the object is just to maintain > > + * a boolean state of "call is active" or "call is not active", and to provide > > + * notification hooks for tracking state changes. So one module will be setting > > + * the state (the voice module) and one or more modules will follow the state > > + * through the hooks (the policy enforcement module). */ > > Could I use this approach to, for example, extend module-stream-restore > and module-device-restore, to save particular keys in a stream, or > device proplist? <snip> I don't see any reason why you couldn't. -- Tanu