qtmobility/src/messaging/qmessagemanager.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
   502     To ensure the change is propagated to any affected external server 
   502     To ensure the change is propagated to any affected external server 
   503     QMessageService::exportUpdates() should be subsequently called.
   503     QMessageService::exportUpdates() should be subsequently called.
   504 
   504 
   505     Using this function to explicitly set a size or date is not currently supported on some platforms.
   505     Using this function to explicitly set a size or date is not currently supported on some platforms.
   506     
   506     
   507     On the Maemo 5 (Fremantle) platform this function is not yet supported.
   507     On the Maemo 5 (Fremantle) platform this function may only be used to update the priority and 
       
   508     status of email type messages.
   508     
   509     
   509     \sa addMessage(), removeMessage(), QMessageService::exportUpdates()
   510     \sa addMessage(), removeMessage(), QMessageService::exportUpdates()
   510 */
   511 */
   511 bool QMessageManager::updateMessage(QMessage *m)
   512 bool QMessageManager::updateMessage(QMessage *m)
   512 {
   513 {
   578 
   579 
   579     Signal that is emitted when the message identified by \a id is added to the message store.
   580     Signal that is emitted when the message identified by \a id is added to the message store.
   580     \a matchingFilterIds contains a set of values identifiying registered notification filters 
   581     \a matchingFilterIds contains a set of values identifiying registered notification filters 
   581     that matched the message.
   582     that matched the message.
   582     
   583     
   583     Currently on the Maemo 5 (Fremantle) platform this signal is not reported for messages in the 
       
   584     inbox when the inbox is open in modest.
       
   585 
       
   586     \sa messageRemoved(), messageUpdated(), registerNotificationFilter()
   584     \sa messageRemoved(), messageUpdated(), registerNotificationFilter()
   587 */
   585 */
   588 
   586 
   589 /*!
   587 /*!
   590     \fn void QMessageManager::messageRemoved(const QMessageId &id, const QMessageManager::NotificationFilterIdSet &matchingFilterIds);
   588     \fn void QMessageManager::messageRemoved(const QMessageId &id, const QMessageManager::NotificationFilterIdSet &matchingFilterIds);