[gnome-logs/wip/current-boot: 2/3] Add GlUtilClockFormat to gl-enums



commit a74c94195fdc78f4f0759fd5717a3fa6780082de
Author: David King <davidk gnome org>
Date:   Fri Nov 1 12:53:22 2013 +0000

    Add GlUtilClockFormat to gl-enums

 Makefile.am   |    3 ++-
 src/gl-util.h |    7 ++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 01204b2..74c4ee7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,7 +39,8 @@ enum_data = \
 
 gnome_logs_enum_headers = \
        $(srcdir)/src/gl-eventtoolbar.h \
-       $(srcdir)/src/gl-eventview.h
+       $(srcdir)/src/gl-eventview.h \
+       $(srcdir)/src/gl-util.h
 
 noinst_gnome_logs_headers = \
        src/gl-application.h \
diff --git a/src/gl-util.h b/src/gl-util.h
index 1e55a10..6dd12d5 100644
--- a/src/gl-util.h
+++ b/src/gl-util.h
@@ -23,7 +23,12 @@
 
 G_BEGIN_DECLS
 
-/* Keep in sync with the enum in the org.gnome.desktop.interface schema. */
+/*
+ * GlUtilClockFormat:
+ * @GL_UTIL_CLOCK_FORMAT_24HR: 24-hour clock format
+ * @GL_UTIL_CLOCK_FORMAT_12HR: 12-hour clock format
+ *
+ * Keep in sync with the enum in the org.gnome.desktop.interface schema. */
 typedef enum
 {
     GL_UTIL_CLOCK_FORMAT_24HR,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]