Home
last modified time | relevance | path

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

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/calendar/backends/file/
H A De-cal-backend-file.c1266 gchar *old_obj_str, *new_obj_str; in notify_adds_modifies_cb() local
1275 new_obj_str = e_cal_component_get_as_string (new_obj_data->full_object); in notify_adds_modifies_cb()
1276 if (old_obj_str && new_obj_str && strcmp (old_obj_str, new_obj_str) != 0) { in notify_adds_modifies_cb()
1282 g_free (new_obj_str); in notify_adds_modifies_cb()