Re: Getting all the configuration sources
Mark McLoughlin <[email protected]>
| Newsgroups | gmane.comp.gnome.lib.gconf |
|---|---|
| Message-ID | <[email protected]> |
Hi,
On Mon, 2004-08-02 at 06:56, Hemanth Yamijala wrote:
> Hi,
>
> Is there any way for a program to get information
> about what configuration paths are currently applicable on
> a given system ?
>
> One option could be to just open the path file (and included path
> files)
> and read all the path information - however, does GConf
> provide any API to get these. I didn't seem to get any
> looking at the API doc.
No, there's no way of doing that - but something like:
GSList *gconf_engine_get_addresses (GConfEngine *conf,
GError **err);
might make sense to mirror gconf_engine_get_for_addresses().
What do you want to use this for, though?
Cheers,
Mark.