add azimuth-gconf
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Sun, 2 May 2010 11:00:32 +0000 (13:00 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Sun, 2 May 2010 11:00:49 +0000 (13:00 +0200)
src/azimuth-gconf.h [new file with mode: 0644]

diff --git a/src/azimuth-gconf.h b/src/azimuth-gconf.h
new file mode 100644 (file)
index 0000000..e1803ac
--- /dev/null
@@ -0,0 +1,32 @@
+/*
+ * azimuth-gconf.h - Gconf key and sections
+ * Copyright (C) 2010 Collabora
+ * @author Alban Crequy <alban.crequy@collabora.co.uk>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ */
+
+#ifndef __AZIMUTH_GCONF_H__
+#define __AZIMUTH_GCONF_H__
+
+G_BEGIN_DECLS
+
+#define AZIMUTH_GCONF_SECTION "/apps/azimuth"
+
+#define AZIMUTH_GCONF_KEY_ENABLED AZIMUTH_GCONF_SECTION "/enabled"
+
+G_END_DECLS
+
+#endif /* #ifndef __AZIMUTH_GCONF_H__ */