aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libempathy/empathy-utils.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c
index df2a41abd..d80aad573 100644
--- a/libempathy/empathy-utils.c
+++ b/libempathy/empathy-utils.c
@@ -593,6 +593,9 @@ empathy_folks_individual_contains_contact (FolksIndividual *individual)
return FALSE;
}
+/* TODO: this needs to be eliminated (and replaced in some cases with user
+ * prompts) when we break the assumption that FolksIndividuals are 1:1 with
+ * TpContacts */
EmpathyContact *
empathy_contact_from_folks_individual (FolksIndividual *individual)
{