Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lukas Gernert <jangernert@gmail.com>2016-09-01 18:27:12 +0300
committerJan Lukas Gernert <jangernert@gmail.com>2016-09-01 18:27:12 +0300
commite36820c41939e5875ba98fa6c9a8644c2e73b410 (patch)
tree5c1aacbc668cb4f99c9d8ce51b05229baf717381 /schemas
parentfb88f9107db0e3234f64d6350e24221f8cd7e9a0 (diff)
add twitter share plugin (only login for now)
Diffstat (limited to 'schemas')
-rw-r--r--schemas/org.gnome.feedreader.share.gschema.xml16
1 files changed, 13 insertions, 3 deletions
diff --git a/schemas/org.gnome.feedreader.share.gschema.xml b/schemas/org.gnome.feedreader.share.gschema.xml
index 80f3ba06..003a9ad3 100644
--- a/schemas/org.gnome.feedreader.share.gschema.xml
+++ b/schemas/org.gnome.feedreader.share.gschema.xml
@@ -1,10 +1,11 @@
<schemalist>
<schema id="org.gnome.feedreader.share" path="/org/gnome/feedreader/share/" gettext-domain="feedreader">
+
<key name="instapaper" type="as">
<default>[]</default>
<summary>instapaper accounts</summary>
<description>
- all the instapaper account names
+ all the instapaper account ids
</description>
</key>
@@ -13,7 +14,7 @@
<default>[]</default>
<summary>pocket accounts</summary>
<description>
- all the pocket account names
+ all the pocket account ids
</description>
</key>
@@ -21,9 +22,18 @@
<default>[]</default>
<summary>wallabag accounts</summary>
<description>
- all the wallabag account names
+ all the wallabag account ids
</description>
</key>
+
+ <key name="twitter" type="as">
+ <default>[]</default>
+ <summary>twitter accounts</summary>
+ <description>
+ all the twitter account ids
+ </description>
+ </key>
+
</schema>