Gee.ArrayList¶
- Subclasses:
None
Methods¶
- Inherited:
Gee.AbstractBidirList (12), Gee.AbstractList (18), Gee.AbstractCollection (19), GObject.Object (37), Gee.Traversable (16), Gee.Iterable (1), Gee.Collection (20), Gee.List (13), Gee.BidirList (2)
- Structs:
class |
|
class |
|
|
Virtual Methods¶
Properties¶
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Gee.ArrayList(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(g_type, g_dup_func, g_destroy_func, equal_func, *equal_func_target)¶
- Parameters:
g_type (
GObject.GType
) –g_dup_func (
GObject.BoxedCopyFunc
) –g_destroy_func (
GLib.DestroyNotify
) –equal_func (
Gee.EqualDataFunc
orNone
) –
- Return type:
- classmethod wrap(g_type, g_dup_func, g_destroy_func, items, equal_func, *equal_func_target)¶
- Parameters:
g_type (
GObject.GType
) –g_dup_func (
GObject.BoxedCopyFunc
) –g_destroy_func (
GLib.DestroyNotify
) –items ([
object
]) –equal_func (
Gee.EqualDataFunc
orNone
) –
- Return type:
- add_all(collection)¶
- Parameters:
collection (
Gee.Collection
) –- Return type: