~mardy/online-accounts-api/packaging-1608814

« back to all changes in this revision

Viewing changes to src/lib/OnlineAccounts/manager.h

  • Committer: Bileto Bot
  • Author(s): James Henstridge
  • Date: 2016-07-22 05:08:06 UTC
  • mfrom: (21.2.6 oa-all-services)
  • Revision ID: ci-train-bot@canonical.com-20160722050806-jc2jrxrrzs72ikl1
Expose all serviceIds for each account rather than ignoring all but the first. (LP: #1602159)

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
    QList<Account*> availableAccounts(const QString &service = QString());
54
54
    Account *account(AccountId accountId);
 
55
    Account *account(AccountId accountId, const QString &service);
55
56
 
56
57
    PendingCall requestAccess(const QString &service,
57
58
                              const AuthenticationData &authData);