[Bug 27602] tp_connection_ensure_channel_async

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Apr 12 14:38:55 CEST 2010


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

Danielle Madeley <danielle.madeley at collabora.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://git.collabora.co.uk/
                   |                            |?p=user/danni/telepathy-gli
                   |                            |b.git;a=shortlog;h=refs/hea
                   |                            |ds/ensure-channel-async

--- Comment #1 from Danielle Madeley <danielle.madeley at collabora.co.uk> 2010-04-12 05:38:55 PDT ---
http://git.collabora.co.uk/?p=user/danni/telepathy-glib.git;a=shortlog;h=refs/heads/ensure-channel-async

Work-in-Progress

This branch implements the required API, but there is currently no test
coverage (and has not yet been tested).

+void tp_connection_ensure_channel_async (TpConnection *self,
+    GHashTable *request, GAsyncReadyCallback callback, gpointer user_data);
+
+TpChannel *tp_connection_ensure_channel_finish (TpConnection *self,
+    GAsyncResult *result, gboolean *yours, GError **error);
+
+void tp_connection_create_channel_async (TpConnection *self,
+    GHashTable *request, GAsyncReadyCallback callback, gpointer user_data);
+
+TpChannel *tp_connection_create_channel_finish (TpConnection *self,
+    GAsyncResult *result, GError **error);

SimpleConnection doesn't implement Chan.Iface.Requests, which makes it
unsuitable for use in testing this code.

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



More information about the telepathy-bugs mailing list