diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-22 20:54:56 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-25 16:48:29 +0800 |
commit | b014019bb9303a17c5ca4d10ef25f3d60f71dab2 (patch) | |
tree | dbd6891f2dcaab326096cbc4dba1f17abcbacc57 /libempathy/empathy-utils.h | |
parent | 7e5f89c6fb56ee812d4b90f02c0289b9e77bd0ae (diff) | |
download | gsoc2013-empathy-b014019bb9303a17c5ca4d10ef25f3d60f71dab2.tar gsoc2013-empathy-b014019bb9303a17c5ca4d10ef25f3d60f71dab2.tar.gz gsoc2013-empathy-b014019bb9303a17c5ca4d10ef25f3d60f71dab2.tar.bz2 gsoc2013-empathy-b014019bb9303a17c5ca4d10ef25f3d60f71dab2.tar.lz gsoc2013-empathy-b014019bb9303a17c5ca4d10ef25f3d60f71dab2.tar.xz gsoc2013-empathy-b014019bb9303a17c5ca4d10ef25f3d60f71dab2.tar.zst gsoc2013-empathy-b014019bb9303a17c5ca4d10ef25f3d60f71dab2.zip |
factor out empathy_individual_get_client_types()
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r-- | libempathy/empathy-utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index 5ce8cc8cb..dae250608 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -127,6 +127,9 @@ FolksIndividual * empathy_create_individual_from_tp_contact ( FolksIndividual * empathy_ensure_individual_from_tp_contact ( TpContact *contact); +const gchar * const * empathy_individual_get_client_types ( + FolksIndividual *individual); + /* Copied from wocky/wocky-utils.h */ #define empathy_implement_finish_void(source, tag) \ |