[Gtk-sharp-list] gconf schema support
Mario Manno
mm-list at mm.42h.de
Tue Jul 17 12:45:14 EDT 2007
Hi,
I'm trying to get the description from a gconf key.
key = '/schemas/apps/gnome_settings_daemon/keybindings/home';
GConf.Client client = new GConf.Client();;
object result = (object) client.Get (key);
Console.WriteLine ("{0} = {1}",key, result.GetType());
The above code results in:
Exception of type GConf.InvalidValueTypeException was thrown.
>From looking at the source of gnome-sharp2, i guess there is no support
for the Schema return type.
More information about the Gtk-sharp-list
mailing list