example/fbcontactfetcherplugin/fbcontactfetcherplugin.cpp
changeset 23 574948b60dab
parent 17 106a4bfcb866
child 26 83d6a149c755
equal deleted inserted replaced
22:b2eb79881f9d 23:574948b60dab
   403 
   403 
   404 /**
   404 /**
   405  * Method to search for a contact in a group
   405  * Method to search for a contact in a group
   406  * @param aRequest [out] The request data to be sent to network
   406  * @param aRequest [out] The request data to be sent to network
   407  * @param aGroup the group in which to search
   407  * @param aGroup the group in which to search
       
   408  * @param aContact The contact to be searched, default (NULL) is the self contact.
   408  * @param aPageNum The page to be extracted
   409  * @param aPageNum The page to be extracted
   409  * @param aItemsPerPage Number of items per page
   410  * @param aItemsPerPage Number of items per page
   410  * @return SmfPluginError Plugin error if any, else SmfPluginErrNone
   411  * @return SmfPluginError Plugin error if any, else SmfPluginErrNone
   411  */
   412  */
   412 SmfPluginError FBContactFetcherPlugin::searchInGroup( SmfPluginRequestData &aRequest,
   413 SmfPluginError FBContactFetcherPlugin::searchInGroup( SmfPluginRequestData &aRequest,
   413 		const SmfGroup &aGroup,
   414 		const SmfGroup &aGroup,
       
   415 		SmfContact *aContact,
   414 		const int aPageNum , 
   416 		const int aPageNum , 
   415 		const int aItemsPerPage  )
   417 		const int aItemsPerPage  )
   416 	{
   418 	{
   417 	Q_UNUSED(aRequest)
   419 	Q_UNUSED(aRequest)
   418 	Q_UNUSED(aGroup)
   420 	Q_UNUSED(aGroup)