Home
last modified time | relevance | path

Searched refs:new_component_queue (Results 1 – 1 of 1) sorted by relevance

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/calendar/libedata-cal/
H A De-cal-backend.c3209 GQueue *new_component_queue; in e_cal_backend_modify_objects_finish() local
3239 g_queue_get_length (new_component_queue)); in e_cal_backend_modify_objects_finish()
3246 new_component = g_queue_pop_head (new_component_queue); in e_cal_backend_modify_objects_finish()
3258 g_warn_if_fail (g_queue_is_empty (new_component_queue)); in e_cal_backend_modify_objects_finish()
3259 g_queue_free (new_component_queue); in e_cal_backend_modify_objects_finish()
3444 GQueue *new_component_queue; in e_cal_backend_remove_objects_finish() local
3485 if (new_component_queue != NULL) in e_cal_backend_remove_objects_finish()
3486 new_component = g_queue_pop_head (new_component_queue); in e_cal_backend_remove_objects_finish()
3502 if (new_component_queue != NULL) { in e_cal_backend_remove_objects_finish()
3503 g_warn_if_fail (g_queue_is_empty (new_component_queue)); in e_cal_backend_remove_objects_finish()
[all …]