Hello Karthik! I have a question about the patches which add syncProfileByKey: http://meego.gitorious.org/meego-middleware/buteo-syncfw/commit/7b8c19dbcc0608e27b05c8d9d105d553b628e929 http://meego.gitorious.org/meego-middleware/buteo-syncfw/commit/f98f919201a0d1dee4efa5bb3f3b9e6ebd847afc
The patches mention that this is a new (?) method of opening a profile based on "key" and "value", but what are these values? Can you give an example? Is this new function something that the sync UI should be using instead of the existing methods? + /*! \brief Gets a sync profile. + * + * Loads and merges also all sub-profiles that are referenced from the + * main profile. Loads the log of finished synchronization sessions with + * this profile. + * \param aKey Key to match for profile. + * \param aValue Value to match for profile. + * \return The sync profile as Xml string. + */ + virtual QString syncProfileByKey(const QString &aKey, const QString &aValue) = 0; I dived into the code and ended up in Buteo::ProfileManager::SearchCriteria, but that didn't tell me much either. -- Best Regards, Patrick Ohly The content of this message is my personal opinion only and although I am an employee of Intel, the statements I make here in no way represent Intel's position on the issue, nor am I authorized to speak on behalf of Intel on this matter. _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
