From: Guillaume Desmottes Date: Sun, 2 May 2010 11:00:32 +0000 (+0200) Subject: add azimuth-gconf X-Git-Tag: azimuth-0.2~25 X-Git-Url: http://git.maemo.org/git/?p=azimuth;a=commitdiff_plain;h=4e4418e99cfb02a4e856052734316d2e4b008cdc add azimuth-gconf --- diff --git a/src/azimuth-gconf.h b/src/azimuth-gconf.h new file mode 100644 index 0000000..e1803ac --- /dev/null +++ b/src/azimuth-gconf.h @@ -0,0 +1,32 @@ +/* + * azimuth-gconf.h - Gconf key and sections + * Copyright (C) 2010 Collabora + * @author Alban Crequy + * + * 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__ */