X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=tpsession-0.1%2Ftpsession%2Ftpsessionaccount.cpp;fp=tpsession-0.1%2Ftpsession%2Ftpsessionaccount.cpp;h=a44be5dce89ab11b8b86bc5ce33e247592c905e3;hb=186690bd3c929b463daa6b472c9c4adfd7384e87;hp=2c0668a51ee233e3e570c570ebc02575def3980a;hpb=7ab87c8e8c309baa240ec47369b66e656fbf7e1c;p=tpsession diff --git a/tpsession-0.1/tpsession/tpsessionaccount.cpp b/tpsession-0.1/tpsession/tpsessionaccount.cpp index 2c0668a..a44be5d 100644 --- a/tpsession-0.1/tpsession/tpsessionaccount.cpp +++ b/tpsession-0.1/tpsession/tpsessionaccount.cpp @@ -54,6 +54,13 @@ */ /** + * \fn void TpSessionAccount::newChannel(TpSessionAccount *,QString CjhannelType,QString peerId,const Tp::ChannelDetails &); + * \param TpSession pointer to TpSession class + * \param ChannelType type of Channel, TELEPATHY_INTERFACE_CHANNEL_TYPE_TEXT for text channel, TELEPATHY_INTERFACE_CHANNEL_TYPE_STREAMED_MEDIA for steram media, as exmple for incoming call + * \param peedId PeerId, as example caller telephone number + * \param channeDetails needed if you would like to create a channel. For text chanels TpSession creates channel automatically. For calls, Maemo Call UI handles callcreation + */ +/** * Construct a new TpSessionAccount object. This constructor is called by TpSession class when new account is created or fetched from account manager. It is not inended to be used stand alone * * \param am Telepathy-Qt4 account manager for this account