Home
last modified time | relevance | path

Searched refs:NotifyChangesData (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.c216 } NotifyChangesData; typedef
218 static NotifyChangesData *
224 NotifyChangesData *ncd; in notify_changes_data_new()
231 ncd = g_slice_new (NotifyChangesData); in notify_changes_data_new()
243 NotifyChangesData *ncd = ptr; in notify_changes_data_free()
249 g_slice_free (NotifyChangesData, ncd); in notify_changes_data_free()
301 NotifyChangesData *ncd = g_ptr_array_index (changes, ii); in notify_changes_thread()
378 NotifyChangesData *ncd; in schedule_notify_changes()