RelatedKeys
Object Hierarchy:
Description:
[ CCode ( type_id = "grl_related_keys_get_type ()" ) ]
public class RelatedKeys : Object
Content:
Creation methods:
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
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref