1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-05-13 16:49:29 +00:00

Only define EPhoneNumber autocleanup for old versions

This fixes build with latest evolution-data-server
This commit is contained in:
Abderrahim Kitouni 2023-01-08 19:15:53 +01:00 committed by Evangelos Ribeiro Tzaras
parent 0d072e7335
commit 14c630ab2e

View file

@ -39,7 +39,9 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC (GeeMap, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC (GeeSet, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC (GeeSortedSet, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC (GeeCollection, g_object_unref)
#if !EDS_CHECK_VERSION(3, 47, 1)
G_DEFINE_AUTOPTR_CLEANUP_FUNC (EPhoneNumber, e_phone_number_free)
#endif
typedef void (*IdleCallback) (gpointer user_data,
FolksIndividual *individual);