]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-contact.h
update gnome-contacts's desktop file
[empathy.git] / libempathy / empathy-contact.h
index cb8f5a66051bb8a86dc126031bd9fabac5470ec1..e7ce10e4bf0de313edc5c0d8020b51fd8a53acdc 100644 (file)
 #define __EMPATHY_CONTACT_H__
 
 #include <glib-object.h>
-
-#include <telepathy-glib/contact.h>
-#include <telepathy-glib/account.h>
-#include <telepathy-logger/entity.h>
+#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-logger/telepathy-logger.h>
 #include <folks/folks.h>
 
 G_BEGIN_DECLS
@@ -138,6 +136,11 @@ EmpathyContact * empathy_contact_dup_best_for_action (
     FolksIndividual *individual,
     EmpathyActionType action_type);
 
+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__ */