Lines Matching refs:GEE_FUTURE_GET_INTERFACE

34 #define GEE_FUTURE_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GEE_TYPE_FUTURE, GeeFu…  macro
429 return GEE_FUTURE_GET_INTERFACE (self)->wait (self, error); in gee_future_wait()
449 return GEE_FUTURE_GET_INTERFACE (self)->wait_until (self, end_time, value, error); in gee_future_wait_until()
457 GEE_FUTURE_GET_INTERFACE (self)->wait_async (self, _callback_, _user_data_); in gee_future_wait_async()
465 return GEE_FUTURE_GET_INTERFACE (self)->wait_finish (self, _res_, error); in gee_future_wait_finish()
626 …return GEE_FUTURE_GET_INTERFACE (self)->map (self, a_type, a_dup_func, a_destroy_func, func, func_… in gee_future_map()
670GEE_FUTURE_GET_INTERFACE (self)->get_g_type (self), (GBoxedCopyFunc) GEE_FUTURE_GET_INTERFACE (sel… in gee_future_real_light_map()
689 …return GEE_FUTURE_GET_INTERFACE (self)->light_map_fixed (self, a_type, a_dup_func, a_destroy_func,… in gee_future_light_map_fixed()
716 …return GEE_FUTURE_GET_INTERFACE (self)->light_map (self, a_type, a_dup_func, a_destroy_func, func,… in gee_future_light_map()
834GEE_FUTURE_GET_INTERFACE (self)->get_g_type (self), (GBoxedCopyFunc) GEE_FUTURE_GET_INTERFACE (sel… in gee_future_real_zip()
858 …return GEE_FUTURE_GET_INTERFACE (self)->zip (self, a_type, a_dup_func, a_destroy_func, b_type, b_d… in gee_future_zip()
1114GEE_FUTURE_GET_INTERFACE (self)->get_g_type (self), (GBoxedCopyFunc) GEE_FUTURE_GET_INTERFACE (sel… in gee_future_real_flat_map()
1139 …return GEE_FUTURE_GET_INTERFACE (self)->flat_map (self, a_type, a_dup_func, a_destroy_func, func, … in gee_future_flat_map()
1304 return GEE_FUTURE_GET_INTERFACE (self)->get_value (self); in gee_future_get_value()
1350 return GEE_FUTURE_GET_INTERFACE (self)->get_ready (self); in gee_future_get_ready()
1357 return GEE_FUTURE_GET_INTERFACE (self)->get_exception (self); in gee_future_get_exception()