aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorTravis Reitter <treitter@gmail.com>2010-06-16 08:23:01 +0800
committerTravis Reitter <treitter@gmail.com>2010-07-21 07:12:35 +0800
commit10ee532d6097cac699ad317d296d4126079b772f (patch)
treeeb43b6785641b4e21a845641c5ab3c1aba978272 /libempathy
parent9be29ffebe4166ab6e985d64efa2ea3a51d2e6b8 (diff)
downloadgsoc2013-empathy-10ee532d6097cac699ad317d296d4126079b772f.tar
gsoc2013-empathy-10ee532d6097cac699ad317d296d4126079b772f.tar.gz
gsoc2013-empathy-10ee532d6097cac699ad317d296d4126079b772f.tar.bz2
gsoc2013-empathy-10ee532d6097cac699ad317d296d4126079b772f.tar.lz
gsoc2013-empathy-10ee532d6097cac699ad317d296d4126079b772f.tar.xz
gsoc2013-empathy-10ee532d6097cac699ad317d296d4126079b772f.tar.zst
gsoc2013-empathy-10ee532d6097cac699ad317d296d4126079b772f.zip
Add a note about future work to be done after we break the 1:1 FolksIndividual:TpContact relationship.
Diffstat (limited to 'libempathy')
-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)
{