aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-07-12 16:26:04 -0500
committerTed Gould <ted@gould.cx>2010-07-12 16:26:04 -0500
commit667f56dcaffbbdf9c29b5f0d17fa1293d9d464bc (patch)
tree0bf8bdb5c401e5a5e66fdd9abf5d11ff2ba1a850 /data
parentad70535da6e61c09cf69e1b5ba7428deff50cb0c (diff)
downloadayatana-indicator-datetime-667f56dcaffbbdf9c29b5f0d17fa1293d9d464bc.tar.gz
ayatana-indicator-datetime-667f56dcaffbbdf9c29b5f0d17fa1293d9d464bc.tar.bz2
ayatana-indicator-datetime-667f56dcaffbbdf9c29b5f0d17fa1293d9d464bc.zip
Trying to build the first gschema file.
Diffstat (limited to 'data')
-rw-r--r--data/org.ayatana.indicator.datetime.gschema9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/org.ayatana.indicator.datetime.gschema b/data/org.ayatana.indicator.datetime.gschema
new file mode 100644
index 0000000..f51cda3
--- /dev/null
+++ b/data/org.ayatana.indicator.datetime.gschema
@@ -0,0 +1,9 @@
+<schemalist>
+ <schema id="org.ayatana.indicator.datetime" path="/apps/indicators/datetime" gettext_domain="indicator-datetime">
+ <key name="IndicatorTimeFormat" type="s">
+ <default>%l:%M %p</default>
+ <summary>The format string passed to strftime</summary>
+ <description>The format of the time and/or date that is visible on the panel when using the indicator. For most users this will be a set of predefined values as determined by the configuration utility, but advanced users can change it to anything strftime can accept. Look at the man page on strftime for more information.</description>
+ </key>
+ </schema>
+</schemalist>