[Bug 29531] high-level API for text channels

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Sep 14 14:51:48 CEST 2010


https://bugs.freedesktop.org/show_bug.cgi?id=29531

--- Comment #4 from Guillaume Desmottes <guillaume.desmottes at collabora.co.uk> 2010-09-14 05:51:48 PDT ---
gboolean tp_text_channel_chat_state_supported (TpTextChannel *self);

void tp_text_channel_set_chat_state_async (TpTextChannel *self,
    TpChannelChatState state,
    GAsyncReadyCallback callback,
    gpointer user_data);

gboolean tp_text_channel_set_chat_state_finish (TpTextChannel *self,
    GAsyncResult *result,
    GError **error);

/* TpContact -> TpChannelChatState */
GHashTable * tp_text_channel_get_chat_states (TpTextChannel *self);

"chat-state-changed" : (TpContact *contact, TpChannelChatState state)

TP_TEXT_CHANNEL_FEATURE_CHAT_STATE : fetch chat states and connect
ChatStateChanged

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the telepathy-bugs mailing list