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.


_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to