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

Back to archive index

ruby-****@lists***** ruby-****@lists*****
2003年 4月 14日 (月) 05:15:25 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 ((<schema=|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 ((<mod_user=|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 ((<mod_time=|GConf::MetaInfo#mod_time=>)).
    * time: a unix timestamp, given as an Integer
    * Returns: self

- ((<lone-star>))
-------------------------
= 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.

== super class
* GLib.Boxed

== 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=|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 ((<mod_user=|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 ((<mod_time=|GConf::MetaInfo#mod_time=>)).
    * time: a unix timestamp, given as an Integer
    * Returns: self

- ((<lone-star>))



ruby-gnome2-cvs メーリングリストの案内
Back to archive index