summaryrefslogtreecommitdiff
path: root/headers
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2010-12-02 15:38:39 +0000
committerBastien Nocera <hadess@hadess.net>2010-12-02 15:38:39 +0000
commitb25e2cb61b94f60f7c5bc3aa690b848363cb8c02 (patch)
tree9e20d10eabeba893f01ef29ea85be18ad9d6deda /headers
parente320ee3f6982ceb8e111e922bc940d3d50d593ae (diff)
downloadgsettings-desktop-schemas-b25e2cb61b94f60f7c5bc3aa690b848363cb8c02.tar.gz
Add a key for the clock format
To be used by the shell as well as the date/time panel.
Diffstat (limited to 'headers')
-rw-r--r--headers/gdesktop-enums.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/headers/gdesktop-enums.h b/headers/gdesktop-enums.h
index 3dc983c..86e1b97 100644
--- a/headers/gdesktop-enums.h
+++ b/headers/gdesktop-enums.h
@@ -76,4 +76,10 @@ typedef enum
G_DESKTOP_MOUSE_DWELL_DIRECTION_DOWN
} GDesktopMouseDwellDirection;
+typedef enum
+{
+ G_DESKTOP_CLOCK_FORMAT_24H,
+ G_DESKTOP_CLOCK_FORMAT_12H
+} GDesktopClockFormat;
+
#endif /* __gdesktop_enums_h__ */