diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-03 21:08:01 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-08 20:33:27 +0800 |
commit | b018a119c5a7f43eb5a407ed34d90681673c3f78 (patch) | |
tree | ff51dbd3c284609914a82080297edcacf869c189 /libempathy/empathy-contact.h | |
parent | 63ec3726a865e5ae6b5ed5cdbcee290a3415f707 (diff) | |
download | gsoc2013-empathy-b018a119c5a7f43eb5a407ed34d90681673c3f78.tar gsoc2013-empathy-b018a119c5a7f43eb5a407ed34d90681673c3f78.tar.gz gsoc2013-empathy-b018a119c5a7f43eb5a407ed34d90681673c3f78.tar.bz2 gsoc2013-empathy-b018a119c5a7f43eb5a407ed34d90681673c3f78.tar.lz gsoc2013-empathy-b018a119c5a7f43eb5a407ed34d90681673c3f78.tar.xz gsoc2013-empathy-b018a119c5a7f43eb5a407ed34d90681673c3f78.tar.zst gsoc2013-empathy-b018a119c5a7f43eb5a407ed34d90681673c3f78.zip |
add empathy_contact_add_to_contact_list()
https://bugzilla.gnome.org/show_bug.cgi?id=663327
Diffstat (limited to 'libempathy/empathy-contact.h')
-rw-r--r-- | libempathy/empathy-contact.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-contact.h b/libempathy/empathy-contact.h index cb8f5a660..f15c8ad5d 100644 --- a/libempathy/empathy-contact.h +++ b/libempathy/empathy-contact.h @@ -138,6 +138,9 @@ EmpathyContact * empathy_contact_dup_best_for_action ( FolksIndividual *individual, EmpathyActionType action_type); +void empathy_contact_add_to_contact_list (EmpathyContact *self, + const gchar *message); + G_END_DECLS #endif /* __EMPATHY_CONTACT_H__ */ |