Class
RBStringValueMap
Description [src]
class RB.StringValueMap : GObject.Object
{
priv: RBStringValueMapPrivate*
}
Simplifies the use of string:GValue maps with respect to copying of the values inserted into the map. Except for rb_string_value_map_peek, the caller retains ownership of values passed in, and assumes ownership of all values returned.
Instance methods
rb_string_value_map_peek
Locates the value associated with the key. This returns the GValue stored in the map, so it cannot be modified.
rb_string_value_map_steal_hashtable
Extracts and returns the underlying hash table from the map, and creates a new empty map.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.