From c153a73e44d761f85c806b082e1fb349331b91bb Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 24 Jul 2013 13:15:17 +0200 Subject: Add utilities for GSettings --- libmate-desktop/mate-gsettings.h | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 libmate-desktop/mate-gsettings.h (limited to 'libmate-desktop/mate-gsettings.h') diff --git a/libmate-desktop/mate-gsettings.h b/libmate-desktop/mate-gsettings.h new file mode 100644 index 0000000..f4a9d2c --- /dev/null +++ b/libmate-desktop/mate-gsettings.h @@ -0,0 +1,36 @@ +/* + * mate-gsettings.h: helper API for GSettings + * + * Copyright (C) 2013 Stefano Karapetsas + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of the + * License, or (at your option) any later version. + * + * This program 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 + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301, USA. + * + * Authors: + * Stefano Karapetsas + */ + +#ifndef __MATE_GSETTINGS_H__ +#define __MATE_GSETTINGS_H__ + +#include + +G_BEGIN_DECLS + +gboolean mate_gsettings_schema_exists (const gchar* schema); + +G_END_DECLS + +#endif /* __MATE_GSETTINGS_H__ */ -- cgit v1.2.1