schema: Use org.gnome prefix and adapt to changes
In preparation to moving to GNOME all the IDs, DBus object paths, etc should change.
This commit is contained in:
committed by
Evangelos Ribeiro Tzaras
parent
6e371d2f3f
commit
b74601f7c4
24
data/org.gnome.Calls.gschema.xml
Normal file
24
data/org.gnome.Calls.gschema.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schemalist gettext-domain="purism-calls">
|
||||
<schema id="org.gnome.Calls" path="/org/gnome/Calls/">
|
||||
|
||||
<key name="auto-use-default-origins" type="b">
|
||||
<default>true</default>
|
||||
<summary>Whether calls should automatically use the default origin</summary>
|
||||
<description>Whether calls should automatically use the default origin</description>
|
||||
</key>
|
||||
|
||||
<key name="country-code" type="s">
|
||||
<default>''</default>
|
||||
<summary>The country code as reported by the modem</summary>
|
||||
<description>The country code is used for contact name lookup</description>
|
||||
</key>
|
||||
|
||||
<key name="autoload-plugins" type="as">
|
||||
<default>["mm", "sip"]</default>
|
||||
<summary>The plugins to load automatically</summary>
|
||||
<description>These plugins will be automatically loaded on application startup.</description>
|
||||
</key>
|
||||
|
||||
</schema>
|
||||
</schemalist>
|
||||
Reference in New Issue
Block a user