]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-utils.h
Remove EmpathyPresence object and have "presence" and "presence-message" properties...
[empathy.git] / libempathy / empathy-utils.h
index 1f3700d22858f7a096859573b254432e11b36d79..875128c1e05ab123a1f8b74a90342efaf7a0ccb2 100644 (file)
@@ -92,6 +92,9 @@ void         empathy_call_contact                   (EmpathyContact  *contact);
 void         empathy_chat_with_contact              (EmpathyContact  *contact);
 void         empathy_chat_with_contact_id           (McAccount       *account,
                                                     const gchar     *contact_id);
+const gchar * empathy_presence_get_default_message  (McPresence       presence);
+const gchar * empathy_presence_to_str               (McPresence       presence);
+McPresence    empathy_presence_from_str             (const gchar     *str);
 
 G_END_DECLS