diff options
author | Travis Reitter <treitter@gmail.com> | 2010-07-09 02:34:35 +0800 |
---|---|---|
committer | Travis Reitter <treitter@gmail.com> | 2010-07-21 07:12:36 +0800 |
commit | fef2dec3ea6216921b297c7edbb3665e6c222ef5 (patch) | |
tree | b722d3b46c7a5d4c9c06130aaafcd6910e6c01e8 /libempathy/empathy-utils.h | |
parent | 571d3f81c92099c569c061f38c1ac3b923c04637 (diff) | |
download | gsoc2013-empathy-fef2dec3ea6216921b297c7edbb3665e6c222ef5.tar gsoc2013-empathy-fef2dec3ea6216921b297c7edbb3665e6c222ef5.tar.gz gsoc2013-empathy-fef2dec3ea6216921b297c7edbb3665e6c222ef5.tar.bz2 gsoc2013-empathy-fef2dec3ea6216921b297c7edbb3665e6c222ef5.tar.lz gsoc2013-empathy-fef2dec3ea6216921b297c7edbb3665e6c222ef5.tar.xz gsoc2013-empathy-fef2dec3ea6216921b297c7edbb3665e6c222ef5.tar.zst gsoc2013-empathy-fef2dec3ea6216921b297c7edbb3665e6c222ef5.zip |
Add 'dup' to the names of empathy_contact_from_folks_individual() and folks_individual_from_empathy_contact() to make it clear that the return value has been referenced.
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r-- | libempathy/empathy-utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index a07f575d8..3168d1516 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -92,8 +92,8 @@ void empathy_connect_new_account (TpAccount *account, TpConnectionPresenceType empathy_folks_presence_type_to_tp (FolksPresenceType type); gboolean empathy_folks_individual_contains_contact (FolksIndividual *individual); -EmpathyContact * empathy_contact_from_folks_individual (FolksIndividual *individual); -FolksIndividual *folks_individual_from_empathy_contact (EmpathyContact *contact); +EmpathyContact * empathy_contact_dup_from_folks_individual (FolksIndividual *individual); +FolksIndividual *folks_individual_dup_from_empathy_contact (EmpathyContact *contact); G_END_DECLS |