unofficial-simplelogin-client/simplelogin-gui/data/im.zander.SimpleLogin.gschema.xml

24 lines
812 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="im.zander.SimpleLogin" path="/im/zander/SimpleLogin/">
<key name="api-key" type="ms">
<default>nothing</default>
<summary>Api key</summary>
<description>The api key for the current user</description>
</key>
<key name="profile-url" type="ms">
<default>nothing</default>
<summary>Profile picture url</summary>
<description>The url for the users profile picture</description>
</key>
<key name="profile-data" type="may">
<default>nothing</default>
<summary>Profile picture data</summary>
<description>The data for the users profile picture</description>
</key>
<key name="window-size" type="(ii)">
<default>(-1,-1)</default>
</key>
</schema>
</schemalist>