Project

General

Profile

1 2579 stephane
/*! \file scol_glib_keyfile.h
2
*	\brief header keyfile functions
3
*   \author Stephane Bisaro
4
*/
5
6
/*
7
This source file is part of Scol
8
For the latest info, see http://www.scolring.org
9
10
Copyright (c) 2010 Stephane Bisaro, aka Iri <iri@irizone.net>
11
12
This program is free software; you can redistribute it and/or modify it under
13
the terms of the GNU Lesser General Public License as published by the Free Software
14
Foundation; either version 2 of the License, or (at your option) any later
15
version.
16
17
This program is distributed in the hope that it will be useful, but WITHOUT
18
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
19
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
20
21
You should have received a copy of the GNU Lesser General Public License along with
22
this program; if not, write to the Free Software Foundation, Inc., 59 Temple
23
Place - Suite 330, Boston, MA 02111-1307, USA, or go to
24
http://www.gnu.org/copyleft/lesser.txt
25
26
For others informations, please contact us from http://www.scolring.org/
27
*/
28
29
#ifndef __SCOL_GLIB_INI_H__
30
#define __SCOL_GLIB_INI_H__
31
32
#include "main.h"
33
#include <glib/gstdio.h>
34
35
/* comment if  you 'd a 2.26 or + */
36
#define GLIB_224
37
38
#define GKEYFILE_PKG_NB         31
39
#define GKEYFILE_RFL_NB         0
40
#define OBJGKEYFILE_HANDLE      0
41
42
43
44
int ObjKeyFile;
45
/* internals functions */
46
int scol_g_key_file_read (GKeyFile *ini, mmachine m);
47
48
49
#endif  /* __SCOL_GLIB_INI_H__ */