[Telepathy] [Bug 13422] New: TpConnection should give TpChannel objects
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Nov 28 05:19:44 PST 2007
http://bugs.freedesktop.org/show_bug.cgi?id=13422
Summary: TpConnection should give TpChannel objects
Product: Telepathy
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: telepathy-glib
AssignedTo: telepathy at lists.freedesktop.org
ReportedBy: xclaesse at gmail.com
TpConnection object should have a "new-channel" signal that gives a TpChannel
object once it's ready. So TpConnection should connect to NewChannel signal,
create a TpChannel object and wait for it to be ready before emitting
"new-channel".
I could be useful to have tp_connection_list_channels() that returns all
TpChannel objects that are ready. So TpConnection should cache TpChannel
objects to be able to return them directly.
Finaly we could have tp_connection_request_channel() that returns a TpChannel
object and block until it gets ready, and tp_connection_request_channel_async()
that gives a ready TpChannel in an async cb.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Telepathy
mailing list