aboutsummaryrefslogtreecommitdiff
path: root/data/org.ayatana.indicator.session.gschema.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/org.ayatana.indicator.session.gschema.xml')
-rw-r--r--data/org.ayatana.indicator.session.gschema.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/data/org.ayatana.indicator.session.gschema.xml b/data/org.ayatana.indicator.session.gschema.xml
index dd35390..807c631 100644
--- a/data/org.ayatana.indicator.session.gschema.xml
+++ b/data/org.ayatana.indicator.session.gschema.xml
@@ -55,6 +55,20 @@
<summary>Show bug report item</summary>
<description>Show the bug report menu item.</description>
</key>
+ <key name="show-custom-item" type="b">
+ <default>false</default>
+ <summary>Show custom item</summary>
+ <description>Show the custom menu item.</description>
+ </key>
+ <key name="custom-item-label" type="s">
+ <default>""</default>
+ <summary>Custom item label</summary>
+ <description>The label of the custom menu item.</description>
+ </key>
+ <key name="custom-item-uri" type="s">
+ <default>""</default>
+ <summary>Custom item URI</summary>
+ <description>The location the custom menu item should open.</description>
+ </key>
</schema>
-
</schemalist>