summaryrefslogtreecommitdiff
path: root/eu.planete_kraus.Disfluid.gschema.xml.in
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-09-26 18:48:02 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-10-01 12:32:20 +0200
commite72987a9996d7764edb02b40e94703d8b5e5fac8 (patch)
tree9b16030a6f3674d902b790ec45ce0aa474d9f682 /eu.planete_kraus.Disfluid.gschema.xml.in
parent8fb8ea2f9cec925ac58ef6dce9d114899eaf962e (diff)
gui settings: have a static pool of other accounts
If we create them dynamically, we won’t be able to delete them due to a hole in GLib: https://gitlab.gnome.org/GNOME/glib/-/issues/993
Diffstat (limited to 'eu.planete_kraus.Disfluid.gschema.xml.in')
-rw-r--r--eu.planete_kraus.Disfluid.gschema.xml.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/eu.planete_kraus.Disfluid.gschema.xml.in b/eu.planete_kraus.Disfluid.gschema.xml.in
index c84aca8..2f264f2 100644
--- a/eu.planete_kraus.Disfluid.gschema.xml.in
+++ b/eu.planete_kraus.Disfluid.gschema.xml.in
@@ -92,5 +92,18 @@
<schema id="eu.planete_kraus.Disfluid" path="/eu/planete_kraus/Disfluid/">
<child name="client" schema="eu.planete_kraus.Disfluid.Client" />
<child name="main-account" schema="eu.planete_kraus.Disfluid.Account" />
+ <!-- https://gitlab.gnome.org/GNOME/glib/-/issues/993, I can’t
+ create dynamic accounts because I won’t be able to free
+ storage -->
+ <child name="other-account-1" schema="eu.planete_kraus.Disfluid.Account" />
+ <child name="other-account-2" schema="eu.planete_kraus.Disfluid.Account" />
+ <child name="other-account-3" schema="eu.planete_kraus.Disfluid.Account" />
+ <child name="other-account-4" schema="eu.planete_kraus.Disfluid.Account" />
+ <child name="other-account-5" schema="eu.planete_kraus.Disfluid.Account" />
+ <child name="other-account-6" schema="eu.planete_kraus.Disfluid.Account" />
+ <child name="other-account-7" schema="eu.planete_kraus.Disfluid.Account" />
+ <child name="other-account-8" schema="eu.planete_kraus.Disfluid.Account" />
+ <child name="other-account-9" schema="eu.planete_kraus.Disfluid.Account" />
+ <child name="other-account-10" schema="eu.planete_kraus.Disfluid.Account" />
</schema>
</schemalist>