Re: GConf Pairs Deprecated?
Mark McLoughlin <[email protected]>
| Newsgroups | gmane.comp.gnome.lib.gconf |
|---|---|
| Message-ID | <1119855008.4177.8.camel@blaa> |
On Sat, 2005-06-25 at 12:29 -0400, Phillip Calvin wrote: > I've noticed that support for the pair type has been removed from both > gconftool as well as gconf-editor. Does this mean pairs are being > deprecated? Not deprecated, but discouraged. > I actually don't remember gconf-editor ever support pairs, I don't think it ever did, no. > but > gconftool's help says --type can be pair, and it gets this error: > Don't understand type `pair' Not seeing that here: [markmc@blaa ~]$ gconftool-2 -s -t pair --car-type int --cdr-type bool /tmp/foo "(1,true)" [markmc@blaa ~]$ gconftool-2 -g /tmp/foo (1,true) Cheers, Mark.