Gee.TreeMultiMap¶
- Subclasses:
None
Methods¶
- Inherited:
Gee.AbstractMultiMap (12), GObject.Object (37), Gee.MultiMap (15)
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Gee.AbstractMultiMap (12), GObject.Object (7), Gee.MultiMap (13)
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Gee.TreeMultiMap(**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_compare_func, *value_compare_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.CompareDataFunc
orNone
) –value_compare_func (
GLib.CompareDataFunc
orNone
) –
- Return type: