aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-chat.h
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-04-02 21:12:41 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-04-02 21:12:41 +0800
commit526e37452fd487a5abe713077cfc6c4612da48c7 (patch)
tree1c494687d53a57345fc5f19833ee8b125cd8ab37 /libempathy/empathy-tp-chat.h
parent632028fde0d6f32b8ac6e03fe3b2e1a0c2ff5916 (diff)
downloadgsoc2013-empathy-526e37452fd487a5abe713077cfc6c4612da48c7.tar
gsoc2013-empathy-526e37452fd487a5abe713077cfc6c4612da48c7.tar.gz
gsoc2013-empathy-526e37452fd487a5abe713077cfc6c4612da48c7.tar.bz2
gsoc2013-empathy-526e37452fd487a5abe713077cfc6c4612da48c7.tar.lz
gsoc2013-empathy-526e37452fd487a5abe713077cfc6c4612da48c7.tar.xz
gsoc2013-empathy-526e37452fd487a5abe713077cfc6c4612da48c7.tar.zst
gsoc2013-empathy-526e37452fd487a5abe713077cfc6c4612da48c7.zip
Add a 'ready' property telling if the object is ready to use.
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@861 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy/empathy-tp-chat.h')
-rw-r--r--libempathy/empathy-tp-chat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h
index 3911e1dd1..3e196fadf 100644
--- a/libempathy/empathy-tp-chat.h
+++ b/libempathy/empathy-tp-chat.h
@@ -63,6 +63,7 @@ McAccount * empathy_tp_chat_get_account (EmpathyTpChat *chat);
TpChan * empathy_tp_chat_get_channel (EmpathyTpChat *chat);
const gchar * empathy_tp_chat_get_id (EmpathyTpChat *chat);
EmpathyContact*empathy_tp_chat_get_remote_contact (EmpathyTpChat *chat);
+gboolean empathy_tp_chat_is_ready (EmpathyTpChat *chat);
void empathy_tp_chat_send (EmpathyTpChat *chat,
EmpathyMessage *message);
void empathy_tp_chat_set_state (EmpathyTpChat *chat,