diff options
author | Travis Reitter <treitter@gmail.com> | 2010-06-16 08:23:01 +0800 |
---|---|---|
committer | Travis Reitter <treitter@gmail.com> | 2010-07-21 07:12:35 +0800 |
commit | 10ee532d6097cac699ad317d296d4126079b772f (patch) | |
tree | eb43b6785641b4e21a845641c5ab3c1aba978272 /libempathy | |
parent | 9be29ffebe4166ab6e985d64efa2ea3a51d2e6b8 (diff) | |
download | gsoc2013-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.c | 3 |
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) { |