Gee.Lazy

g Gee.Lazy Gee.Lazy

Subclasses:

None

Methods

class

from_value (g_type, g_dup_func, g_destroy_func, item)

class

new (g_type, g_dup_func, g_destroy_func, func, *func_target)

eval ()

get ()

get_future ()

get_value ()

Virtual Methods

None

Fields

Name

Type

Access

Description

parent_instance

GObject.TypeInstance

r

ref_count

int

r

Class Details

class Gee.Lazy
Abstract:

No

Structure:

Gee.LazyClass

classmethod from_value(g_type, g_dup_func, g_destroy_func, item)
Parameters:
Return type:

Gee.Lazy

classmethod new(g_type, g_dup_func, g_destroy_func, func, *func_target)
Parameters:
Return type:

Gee.Lazy

eval()
get()
Return type:

object or None

get_future()
Return type:

Gee.Future or None

get_value()
Return type:

object or None