RelatedKeys
Object Hierarchy:
Description:
Namespace: Grl
Package: grilo-0.3
Content:
Creation methods:
- public RelatedKeys ()
Creates a new RelatedKeys instance that can be used to store related keys and their values.
Methods:
- public unowned Value? @get (KeyID key)
Get the value associated with
key
from this. - public void @set (KeyID key, Value value)
Sets the value associated with
key
into this. - public RelatedKeys dup ()
Makes a deep copy of this and its contents.
- public uint8 get_binary (KeyID key, out size_t size)
Returns the value associated with
key
from this. - public bool get_boolean (KeyID key)
Returns the value associated with
key
from this. - public void* get_boxed (KeyID key)
Returns the value associated with
key
from this. - public float get_float (KeyID key)
Returns the value associated with
key
from this. - public int get_int (KeyID key)
Returns the value associated with
key
from this. - public int64 get_int64 (KeyID key)
Returns the value associated with
key
from this. - public List<KeyID> get_keys ()
Returns a list with keys contained in this .
- public unowned string get_string (KeyID key)
Returns the value associated with
key
from this. - public bool has_key (KeyID key)
Checks if
key
is in this. - public void remove (KeyID key)
Removes
key
from this set. - public void set_binary (KeyID key, uint8 buf, size_t size)
Sets the value associated with
key
into this. - public void set_boolean (KeyID key, bool booleanvalue)
Sets the value associated with
key
into this. - public void set_boxed (KeyID key, void* boxed)
Sets the value associated with
key
into this. - public void set_float (KeyID key, float floatvalue)
Sets the value associated with
key
into this. - public bool set_for_id (string key_name, Value value)
Sets the value associated with
key_name
in this. - public void set_int (KeyID key, int intvalue)
Sets the value associated with
key
into this. - public void set_int64 (KeyID key, int64 intvalue)
Sets the value associated with
key
into this. - public void set_string (KeyID key, string strvalue)
Sets the value associated with
key
into this.
Inherited Members:
All known members inherited from class GLib.Object