ruby-****@lists*****
ruby-****@lists*****
2003年 4月 14日 (月) 05:13:37 JST
------------------------- REMOTE_ADDR = 213.113.203.231 REMOTE_HOST = ------------------------- ------------------------- = class GConf::Schema This class should really not be used. It should not be instantiated, and none of the classes' methods return this object. == public instance methods --- locale Gets the locale of this GConf::Schema. Returns: the locale of this GConf::Schema --- locale=(locale) Sets the locale of this GConf::Schema. * locale: the locale to use * Returns: ((|locale|)) --- set_locale(locale) Same as ((<locale=|GConf::Schema#locale=>)). * locale: the locale to use * Returns: self --- short_desc Gets the short description of this GConf::Schema. Returns: the short description of this GConf::Schema --- short_desc=(desc) Sets the short description of this GConf::Schema. * desc: the description to use * Returns: ((|desc|)) --- set_short_desc(desc) Same as ((<short_desc=|GConf::Schema#locale=>)). * desc: the description to use * Returns: self --- long_desc Gets the long description of this GConf::Schema. Returns: the long description of this GConf::Schema --- long_desc=(desc) Sets the long description of this GConf::Schema. * desc: the description to use * Returns: ((|desc|)) --- set_long_desc(desc) Same as ((<long_desc=|GConf::Schema#locale=>)). * desc: the description to use * Returns: self --- owner Gets the owner associatied with this GConf::Schema. Returns: the owner --- owner=(user) Sets the owner associated with this GConf::Schema. * user: the user who shall be the owner * Returns: ((|user|)) --- set_owner(user) Same as ((<owner=|GConf::Schema#owner=>)). * user: the user who shall be the owner * Returns: self --- default_value Gets the default value associated with this GConf::Schema. Returns: the default value of this GConf::Schema --- default_value=(value) Sets the default value associated with this GConf::Schema. * value: the default value * Returns: ((|value|)) --- set_default_value(value) Same as ((<default_value=|GConf::Schema#default_value=>)). * value: the default value * Returns: self - ((<lone-star>))