~phablet-team/address-book-service/rtm-14.09

« back to all changes in this revision

Viewing changes to contacts/contacts-service.h

  • Committer: Renato Araujo Oliveira Filho
  • Date: 2014-03-05 18:43:32 UTC
  • mto: (101.2.2 work)
  • mto: This revision was merged to the branch mainline in revision 109.
  • Revision ID: renato.filho@canonical.com-20140305184332-m28sa2ooa8bs5y8y
Implemented tests for qtcontacts plugin.
Implemented support to query for eds addressbook as contact group.
Fixed crash on service exit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
    void fetchContacts(QtContacts::QContactFetchRequest *request);
92
92
    void fetchContactsContinue(RequestData *request,
93
93
                               QDBusPendingCallWatcher *call);
 
94
    void fetchContactsGroupsContinue(RequestData *request,
 
95
                                     QDBusPendingCallWatcher *call);
94
96
    void fetchContactsById(QtContacts::QContactFetchByIdRequest *request);
95
97
    Q_INVOKABLE void fetchContactsPage(galera::RequestData *request);
96
98
    void fetchContactsDone(RequestData *request, QDBusPendingCallWatcher *call);