[Bug 33761] New: TpAccountChannelRequest: doesn't expose the TpChannelRequest
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jan 31 16:24:20 CET 2011
https://bugs.freedesktop.org/show_bug.cgi?id=33761
Summary: TpAccountChannelRequest: doesn't expose the
TpChannelRequest
Product: Telepathy
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: enhancement
Priority: medium
Component: tp-glib
AssignedTo: telepathy-bugs at lists.freedesktop.org
ReportedBy: guillaume.desmottes at collabora.co.uk
QAContact: telepathy-bugs at lists.freedesktop.org
TpAccountChannelRequest currently doesn't expose the underlying
TpChannelRequest used during the request. That means that the client can't use
for example the Requests_Satisfied property from Handle_Channels.
I suggest to fix this by adding this signal on TpAccountChannelRequest:
/**
* TpAccountChannelRequest::got-channel-request:
* @self: a #TpAccountChannelRequest
* @channel_request: a #TpChannelRequest having its object-path defined but
* not guaranteed to be prepared
*
* Emitted to let the caller know about the #TpChannelRequest being used
* to request the channel.
*
* This can be useful for example to compare with the #TpChannelRequest
* objects received from the requests_satisfied argument of
* #TpSimpleHandlerHandleChannelsImpl to check if the client is asked to
* handle the channel he just requested.
*
* Since: 0.13.UNRELEASED
*/
--
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