Gee.HashMultiSet¶
- Subclasses:
None
Methods¶
- Inherited:
Gee.AbstractMultiSet (10), Gee.AbstractCollection (19), GObject.Object (37), Gee.Traversable (16), Gee.Iterable (1), Gee.Collection (20), Gee.MultiSet (3)
- Structs:
class |
|
class |
|
Virtual Methods¶
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Gee.HashMultiSet(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod broken(g_type, g_dup_func, g_destroy_func, hash_func, hash_func_target, equal_func, *equal_func_target)¶
- Parameters:
g_type (
GObject.GType
) –g_dup_func (
GObject.BoxedCopyFunc
) –g_destroy_func (
GLib.DestroyNotify
) –hash_func (
Gee.HashDataFunc
orNone
) –equal_func (
Gee.EqualDataFunc
orNone
) –
- Return type:
Deprecated since version 0.13.3.
- classmethod new(g_type, g_dup_func, g_destroy_func, hash_func, hash_func_target, equal_func, *equal_func_target)¶
- Parameters:
g_type (
GObject.GType
) –g_dup_func (
GObject.BoxedCopyFunc
) –g_destroy_func (
GLib.DestroyNotify
) –hash_func (
Gee.HashDataFunc
orNone
) –equal_func (
Gee.EqualDataFunc
orNone
) –
- Return type: