[Bug 29456] TpAccountChannelRequest: fire-and-forget channel request helpers

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Aug 10 10:41:05 CEST 2010


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

--- Comment #3 from Guillaume Desmottes <guillaume.desmottes at collabora.co.uk> 2010-08-10 01:41:04 PDT ---
(In reply to comment #1)

> void tp_account_channel_request_create_channel_async (
>     TpAccountChannelRequest *self,
>     GCancellable *cancellable,
>     GAsyncReadyCallback callback,
>     gpointer user_data);

Actually it should be:

void tp_account_channel_request_create_channel_async (
    TpAccountChannelRequest *self,
    const gchar *preferred_handler,
    GCancellable *cancellable,
    GAsyncReadyCallback callback,
    gpointer user_data);

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



More information about the telepathy-bugs mailing list