Gee.TreeMap¶
- Subclasses:
None
Methods¶
- Inherited:
Gee.AbstractBidirSortedMap (12), Gee.AbstractSortedMap (15), Gee.AbstractMap (25), GObject.Object (37), Gee.Traversable (16), Gee.Iterable (1), Gee.Map (24), Gee.SortedMap (7), Gee.BidirSortedMap (3)
- Structs:
class |
|
Virtual Methods¶
Properties¶
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent_instance |
r |
Class Details¶
- class Gee.TreeMap(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(k_type, k_dup_func, k_destroy_func, v_type, v_dup_func, v_destroy_func, key_compare_func, key_compare_func_target, value_equal_func, *value_equal_func_target)¶
- Parameters:
k_type (
GObject.GType)k_dup_func (
GObject.BoxedCopyFunc)k_destroy_func (
GLib.DestroyNotify)v_type (
GObject.GType)v_dup_func (
GObject.BoxedCopyFunc)v_destroy_func (
GLib.DestroyNotify)key_compare_func (
GLib.CompareDataFuncorNone)value_equal_func (
Gee.EqualDataFuncorNone)
- Return type: