Bug 63191 - [PATCH] Add abstraction for AccountStorageInterface
Summary: [PATCH] Add abstraction for AccountStorageInterface
Status: RESOLVED MOVED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: tp-qt (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-06 00:09 UTC by David Edmundson
Modified: 2019-12-03 20:29 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Patch (12.86 KB, text/plain)
2013-04-06 00:09 UTC, David Edmundson
Details

Description David Edmundson 2013-04-06 00:09:52 UTC
Created attachment 77503 [details]
Patch

Adds method StorageInfo Account::StorageInfo() which exposes data from AccountInterfaceStorage when FeatureStorage is enabled.

StorageInfo exposes:
    QString storageProvider() const;
    QVariant storageIdentifider() const;
    QVariantMap storageSpecificInformation() const;
    StorageRestrictionFlag storageRestrictions() const;


Tested using modifications in KTp using the Empathy SSO UOA plugins.
Comment 1 GitLab Migration User 2019-12-03 20:29:36 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/telepathy/telepathy-qt/issues/46.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.