From 584b98b1c352383f80d41713104d1a2fe5953e8b Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 11 Mar 2008 12:22:24 +0000 Subject: Add empathy_contact_run_until_ready() svn path=/trunk/; revision=749 --- libempathy/empathy-contact.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libempathy/empathy-contact.h') diff --git a/libempathy/empathy-contact.h b/libempathy/empathy-contact.h index 343bf2f49..7d72b908f 100644 --- a/libempathy/empathy-contact.h +++ b/libempathy/empathy-contact.h @@ -64,7 +64,7 @@ typedef enum { EMPATHY_CONTACT_READY_NONE = 0, EMPATHY_CONTACT_READY_ID = 1 << 0, EMPATHY_CONTACT_READY_HANDLE = 1 << 1, - EMPATHY_CONTACT_READY_ALIAS = 1 << 2, + EMPATHY_CONTACT_READY_NAME = 1 << 2, EMPATHY_CONTACT_READY_ALL = (1 << 3) - 1, } EmpathyContactReady; @@ -107,6 +107,9 @@ gboolean empathy_contact_can_voip (EmpathyContact *con gboolean empathy_contact_equal (gconstpointer v1, gconstpointer v2); guint empathy_contact_hash (gconstpointer key); +void empathy_contact_run_until_ready (EmpathyContact *contact, + EmpathyContactReady ready, + GMainLoop **loop); G_END_DECLS -- cgit v1.2.3