BestMatch: remove BestMatchView to reduce vala code

This commit is contained in:
Julian Sparber
2021-01-28 15:17:30 +01:00
committed by Evangelos Ribeiro Tzaras
parent 2a85b60f7c
commit f1946aff79
5 changed files with 10 additions and 56 deletions

View File

@@ -37,6 +37,7 @@ G_BEGIN_DECLS
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)
G_DEFINE_AUTOPTR_CLEANUP_FUNC (EPhoneNumber, e_phone_number_free)