diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-16 19:24:33 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-18 23:18:03 +0800 |
commit | 3a2a8251d7b4c79962fd17a978475df5b3cb57a9 (patch) | |
tree | 59855dc96eeb28e372e30ad867a7fb30916721cc /libempathy/empathy-contact.h | |
parent | 09a49d81dafe86a68546613cfeee4e2a118cf198 (diff) | |
download | gsoc2013-empathy-3a2a8251d7b4c79962fd17a978475df5b3cb57a9.tar gsoc2013-empathy-3a2a8251d7b4c79962fd17a978475df5b3cb57a9.tar.gz gsoc2013-empathy-3a2a8251d7b4c79962fd17a978475df5b3cb57a9.tar.bz2 gsoc2013-empathy-3a2a8251d7b4c79962fd17a978475df5b3cb57a9.tar.lz gsoc2013-empathy-3a2a8251d7b4c79962fd17a978475df5b3cb57a9.tar.xz gsoc2013-empathy-3a2a8251d7b4c79962fd17a978475df5b3cb57a9.tar.zst gsoc2013-empathy-3a2a8251d7b4c79962fd17a978475df5b3cb57a9.zip |
TplContact has been renamed to TplEntity
Diffstat (limited to 'libempathy/empathy-contact.h')
-rw-r--r-- | libempathy/empathy-contact.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-contact.h b/libempathy/empathy-contact.h index 568ecd537..69c215ad4 100644 --- a/libempathy/empathy-contact.h +++ b/libempathy/empathy-contact.h @@ -27,7 +27,7 @@ #include <telepathy-glib/contact.h> #include <telepathy-glib/account.h> #ifdef ENABLE_TPL -#include <telepathy-logger/contact.h> +#include <telepathy-logger/entity.h> #endif /* ENABLE_TPL */ G_BEGIN_DECLS @@ -75,7 +75,7 @@ GType empathy_contact_get_type (void) G_GNUC_CONST; EmpathyContact * empathy_contact_new (TpContact *tp_contact); #ifdef ENABLE_TPL EmpathyContact * empathy_contact_from_tpl_contact (TpAccount *account, - TplContact *tpl_contact); + TplEntity *tpl_contact); #endif /* ENABLE_TPL */ EmpathyContact * empathy_contact_new_for_log (TpAccount *account, const gchar *id, const gchar *name, gboolean is_user); |