From a687b7c513d3bb967781f17dc5d247161bcffd8c Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 24 Jan 2008 16:33:33 +0000 Subject: Remove EmpathyPresence object and have "presence" and "presence-message" properties directly in EmpathyContact svn path=/trunk/; revision=601 --- libempathy/empathy-utils.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libempathy/empathy-utils.h') diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index 1f3700d22..875128c1e 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -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 -- cgit v1.2.3