creator/engine/inc/creator_phonebookapi.h
changeset 48 da3ec8478e66
parent 35 98924d2efce9
--- a/creator/engine/inc/creator_phonebookapi.h	Thu Sep 02 20:27:24 2010 +0300
+++ b/creator/engine/inc/creator_phonebookapi.h	Fri Sep 17 08:29:47 2010 +0300
@@ -42,6 +42,9 @@
     bool deleteContacts( const QList<QContactLocalId>& list );
     QContact contact( const QContactLocalId& contactId );
 
+    QString phoneNumber( const QContactLocalId& contactId );
+    bool contactDetails( const QContactLocalId& contactId, QString& name, QString& phoneNumber, QString& email );
+    
 private:
     bool IsContactGroupL( const QContact& contact );