Gee.Lazy¶
- Subclasses:
None
Methods¶
class |
|
class |
|
|
|
|
|
|
|
|
Virtual Methods¶
None
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
||
ref_count |
r |
Class Details¶
- class Gee.Lazy¶
- Abstract:
No
- Structure:
- classmethod from_value(g_type, g_dup_func, g_destroy_func, item)¶
- Parameters:
g_type (
GObject.GType
) –g_dup_func (
GObject.BoxedCopyFunc
) –g_destroy_func (
GLib.DestroyNotify
) –
- Return type:
- classmethod new(g_type, g_dup_func, g_destroy_func, func, *func_target)¶
- Parameters:
g_type (
GObject.GType
) –g_dup_func (
GObject.BoxedCopyFunc
) –g_destroy_func (
GLib.DestroyNotify
) –func (
Gee.LazyFunc
) –
- Return type:
- eval()¶
- get_future()¶
- Return type:
Gee.Future
orNone