diff --git a/src/calls-contacts-provider.h b/src/calls-contacts-provider.h index f6c5f9b..5cf33bf 100644 --- a/src/calls-contacts-provider.h +++ b/src/calls-contacts-provider.h @@ -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);