From e1cf171b3d8b349c1f92773130c94337076ca30b Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 3 Nov 2011 14:54:43 +0100 Subject: add empathy_contact_remove_from_contact_list() https://bugzilla.gnome.org/show_bug.cgi?id=663327 --- libempathy/empathy-contact.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libempathy/empathy-contact.h') diff --git a/libempathy/empathy-contact.h b/libempathy/empathy-contact.h index f15c8ad5d..d90ea2ad4 100644 --- a/libempathy/empathy-contact.h +++ b/libempathy/empathy-contact.h @@ -141,6 +141,8 @@ EmpathyContact * empathy_contact_dup_best_for_action ( void empathy_contact_add_to_contact_list (EmpathyContact *self, const gchar *message); +void empathy_contact_remove_from_contact_list (EmpathyContact *self); + G_END_DECLS #endif /* __EMPATHY_CONTACT_H__ */ -- cgit v1.2.3