Home
last modified time | relevance | path

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

/dports/mail/evolution/evolution-3.42.1/src/calendar/gui/
H A De-cal-ops.h108 GHashTable *icomps_by_source, /* ESource ~> GSList{ICalComponent} */
H A De-cal-ops.c1920 GHashTable *icomps_by_source; member
1946 g_hash_table_destroy (tcd->icomps_by_source); in transfer_components_data_free()
2000 g_hash_table_iter_init (&iter, tcd->icomps_by_source); in transfer_components_thread()
2057 GHashTable *icomps_by_source, in e_cal_ops_transfer_components() argument
2071 g_return_if_fail (icomps_by_source != NULL); in e_cal_ops_transfer_components()
2075 g_hash_table_iter_init (&iter, icomps_by_source); in e_cal_ops_transfer_components()
2114 …tcd->icomps_by_source = g_hash_table_new_full ((GHashFunc) e_source_hash, (GEqualFunc) e_source_eq… in e_cal_ops_transfer_components()
2122 g_hash_table_iter_init (&iter, icomps_by_source); in e_cal_ops_transfer_components()
2135 g_hash_table_insert (tcd->icomps_by_source, g_object_ref (source), icomps); in e_cal_ops_transfer_components()