On Fri, Jan 30, 2009 at 2:37 PM, Andre Moreira Magalhaes
<[email protected]> wrote:
> So we are now in time to develop a high-level channel API for tp-qt4,
> this API is meant to be simple but extensible, allowing custom channel
> types to be constructed
>
> So here is a sketch of this high-level API:
>
> class Channel:
> {
> public:
>  string channelType();
>  uint targetHandle();
>  uint targetHandleType();
>
>  // indicate whether this channel can be closed, contact list cannot be
> closed for example
>  bool mayClose()
>  bool isClosed()
>  PendingOperation *requestClose()

maybe just PendingOperation *close() ?

otherwise looks great to me.

---
George Goldberg
_______________________________________________
Telepathy mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/telepathy

Reply via email to