[Gtk-sharp-list] Gconf unsetting keys and walking the tree

View: New views
2 Messages — Rating Filter:   Alert me  

[Gtk-sharp-list] Gconf unsetting keys and walking the tree

by Rob Brown-Bayliss :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi, I have been unable to find info on how to unset a key from GCongf
with the gconf#  bindings, and also who to finad all available keys
for a specific GConf path.

Is this only possible by manipulating the actual gconf xml file or is
it supported via the gconf library?

--
Rob
_______________________________________________
Gtk-sharp-list maillist  -  Gtk-sharp-list@...
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Re: [Gtk-sharp-list] Gconf unsetting keys and walking the tree

by wdaniels :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Rob Brown-Bayliss wrote:
Hi, I have been unable to find info on how to unset a key from GCongf
with the gconf#  bindings, and also who to finad all available keys
for a specific GConf path.

Is this only possible by manipulating the actual gconf xml file or is
it supported via the gconf library?
I would like to know the answer to this also, particularly the ability to unset a key! Given that there does not appear to be a method to unset anywhere, I was expecting that if I passed a null as the value it might do that, but instead got a null reference exception.

Is there really no way to achieve this with the CIL bindings?

Thanks,
Will