Gee.AbstractMap¶
- Subclasses:
Methods¶
- Inherited:
GObject.Object (37), Gee.Traversable (16), Gee.Iterable (1), Gee.Map (24)
- Structs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
GObject.Object (7), Gee.Traversable (16), Gee.Iterable (1), Gee.Map (17)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
destroy func |
||
r/w/co |
dup func |
||
r/w/co |
type |
||
r/w/co |
destroy func |
||
r/w/co |
dup func |
||
r/w/co |
type |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Gee.AbstractMap(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
- clear()¶
- foreach(f, *f_target)¶
- Parameters:
f (
Gee.ForallFunc
) –
- Return type:
- get_values()¶
- Return type:
- map_iterator()¶
- Return type:
- reserved0()¶
- reserved1()¶
- reserved2()¶
- reserved3()¶
- reserved4()¶
- reserved5()¶
- reserved6()¶
- reserved7()¶
- reserved8()¶
- reserved9()¶
- stream(a_type, a_dup_func, a_destroy_func, f, *f_target)¶
- Parameters:
a_type (
GObject.GType
) –a_dup_func (
GObject.BoxedCopyFunc
) –a_destroy_func (
GLib.DestroyNotify
) –f (
Gee.StreamFunc
) –
- Return type:
- do_clear() virtual¶
- do_foreach(f, f_target) virtual¶
- Parameters:
f (
Gee.ForallFunc
) –
- Return type:
- do_get_values() virtual¶
- Return type:
- do_has(key, value) virtual¶
- do_map_iterator() virtual¶
- Return type:
- do_reserved0() virtual¶
- do_reserved1() virtual¶
- do_reserved2() virtual¶
- do_reserved3() virtual¶
- do_reserved4() virtual¶
- do_reserved5() virtual¶
- do_reserved6() virtual¶
- do_reserved7() virtual¶
- do_reserved8() virtual¶
- do_reserved9() virtual¶
- do_stream(a_type, a_dup_func, a_destroy_func, f, f_target) virtual¶
- Parameters:
a_type (
GObject.GType
) –a_dup_func (
GObject.BoxedCopyFunc
) –a_destroy_func (
GLib.DestroyNotify
) –f (
Gee.StreamFunc
) –
- Return type:
Property Details¶
- Gee.AbstractMap.props.k_destroy_func¶
- Name:
k-destroy-func
- Type:
- Default Value:
- Flags:
destroy func
- Gee.AbstractMap.props.k_dup_func¶
- Name:
k-dup-func
- Type:
- Default Value:
- Flags:
dup func
- Gee.AbstractMap.props.k_type¶
- Name:
k-type
- Type:
- Default Value:
<GType void>
- Flags:
type
- Gee.AbstractMap.props.v_destroy_func¶
- Name:
v-destroy-func
- Type:
- Default Value:
- Flags:
destroy func
- Gee.AbstractMap.props.v_dup_func¶
- Name:
v-dup-func
- Type:
- Default Value:
- Flags:
dup func
- Gee.AbstractMap.props.v_type¶
- Name:
v-type
- Type:
- Default Value:
<GType void>
- Flags:
type