Gee.List¶
- Implementations:
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
read-only-view |
Signals¶
None
Fields¶
None
Class Details¶
- class Gee.List¶
- Bases:
- Structure:
- classmethod empty(g_type, g_dup_func, g_destroy_func)¶
- Parameters:
g_type (
GObject.GType
) –g_dup_func (
GObject.BoxedCopyFunc
) –g_destroy_func (
GLib.DestroyNotify
) –
- Return type:
- insert_all(index, collection)¶
- Parameters:
index (
int
) –collection (
Gee.Collection
) –
- list_iterator()¶
- Return type:
- sort(compare_func, *compare_func_target)¶
- Parameters:
compare_func (
GLib.CompareDataFunc
orNone
) –
- do_insert_all(index, collection) virtual¶
- Parameters:
index (
int
) –collection (
Gee.Collection
) –
- do_list_iterator() virtual¶
- Return type:
- do_sort(compare_func, compare_func_target) virtual¶
- Parameters:
compare_func (
GLib.CompareDataFunc
orNone
) –