mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-16 05:15:36 +00:00
Only define EPhoneNumber autocleanup for old versions
This fixes build with latest evolution-data-server
This commit is contained in:
parent
a7454306c2
commit
68520c989d
1 changed files with 2 additions and 0 deletions
|
@ -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 (GeeSet, g_object_unref)
|
||||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC (GeeSortedSet, g_object_unref)
|
G_DEFINE_AUTOPTR_CLEANUP_FUNC (GeeSortedSet, g_object_unref)
|
||||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC (GeeCollection, 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)
|
G_DEFINE_AUTOPTR_CLEANUP_FUNC (EPhoneNumber, e_phone_number_free)
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef void (*IdleCallback) (gpointer user_data,
|
typedef void (*IdleCallback) (gpointer user_data,
|
||||||
FolksIndividual *individual);
|
FolksIndividual *individual);
|
||||||
|
|
Loading…
Reference in a new issue