get_schema


Description:

public unowned Schema get_schema (string key) throws Error

Requests the schema (gconf_value_schema) stored at key.

Automatically performs type-checking, so if a non-schema is stored at key, an error is returned. If no value is set or an error occurs, <symbol>NULL</symbol> is returned.

Parameters:

this

a Engine.

key

key you want the value of.

Returns:

the value of key as an allocated Schema, or <symbol>NULL< /symbol> if no value was obtained.