~ci-train-bot/online-accounts-api/online-accounts-api-ubuntu-xenial-landing-033

« back to all changes in this revision

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

  • Committer: CI Train Bot
  • Author(s): Alberto Mardegan
  • Date: 2015-09-23 12:41:36 UTC
  • mfrom: (8.4.11 update)
  • Revision ID: ci-train-bot@canonical.com-20150923124136-43tthyu1l6lkqq3l
Docs, fixes, library install

- Docs
- Couple of bugfixes
- Package the daemon as a library

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    QString serviceId() const;
49
49
    AuthenticationMethod authenticationMethod() const;
50
50
 
 
51
    QStringList keys() const;
51
52
    QVariant setting(const QString &key) const;
52
53
 
53
54
    PendingCall authenticate(const AuthenticationData &authData);