[ruby-gnome2-doc-cvs] [Hiki] update - GConf::MetaInfo

Zurück zum Archiv-Index

ruby-****@lists***** ruby-****@lists*****
2003年 4月 14日 (月) 04:42:33 JST


-------------------------
REMOTE_ADDR = 213.113.203.231
REMOTE_HOST = 
-------------------------
= class GConf::MetaInfo
The class GConf::MetaInfo holds metainformation about a key, such as last modification time and the name of the associated schema.  Though this may sound nice, the current GConf API does not allow for the actual retrieval of this information, and so this is only included for consistency with the C version of the GConf API.

== class methods
--- GConf::MetaInfo.new
    Creates a new GConf::MetaInfo object.
    * Returns: a new GConf::Metainfo object

== public instance methods
--- schema
    Gets the name of the associated schema

--- schema=schema
    Sets the name of the schema that should be associated with this key.
    * schema: the name of the schema
    * Returns: ((|schema|))

--- set_schema(schema)
    Same as GConf::MetaInfo#schema=.
    * schema: the name of the schema
    * Returns: self

--- mod_user
    Gets the name of the user who last modified the key.
    * Returns: the name of the user

--- mod_user=user
    Sets the name of the user who last modified the key.
    * user: the name of the user
    * Returns: ((|user|))

--- set_mod_user(user)
    Same as GConf::MetaInfo#mod_user=.
    * user: the name of the user
    * Returns: self

--- mod_time=time
    Sets the time of the last modification of the key.
    * time: a unix timestamp, given as an Integer
    * Returns: ((|time|))

--- set_mod_time(time)
    Same as GConf::MetaInfo#mod_time=.
    * time: a unix timestamp, given as an Integer
    * Returns: self
-------------------------
= class GConf::MetaInfo
The class GConf::MetaInfo holds metainformation about a key, such as last modification time and the name of the associated schema.  Though this may sound nice, the current GConf API does not allow for the actual retrieval of this information, and so this is only included for consistency with the C version of the GConf API.

== class methods
--- GConf::MetaInfo.new
    Creates a new GConf::MetaInfo object.
    * Returns: a new GConf::Metainfo object

== public instance methods
--- schema
    Gets the name of the associated schema

--- schema=schema
    Sets the name of the schema that should be associated with this key.
    * schema: the name of the schema
    * Returns: ((|schema|))

--- set_schema(schema)
    Same as schema=schema.
    * schema: the name of the schema
    * Returns: self

--- mod_user
    Gets the name of the user who last modified the key.
    * Returns: the name of the user

--- mod_user=user
    Sets the name of the user who last modified the key.
    * user: the name of the user
    * Returns: ((|user|))

--- set_mod_user(user)
    Same as GConf::MetaInfo#mod_user=.
    * user: the name of the user
    * Returns: self

--- mod_time=time
    Sets the time of the last modification of the key.
    * time: a unix timestamp, given as an Integer
    * Returns: ((|time|))

--- set_mod_time(time)
    Same as GConf::MetaInfo#mod_time=.
    * time: a unix timestamp, given as an Integer
    * Returns: self



ruby-gnome2-cvs メーリングリストの案内
Zurück zum Archiv-Index