~vcs-imports/gconfmm/main

« back to all changes in this revision

Viewing changes to gconf/gconfmm.h

  • Committer: murrayc
  • Date: 2007-01-09 15:43:50 UTC
  • Revision ID: vcs-imports@canonical.com-20070109154350-lczyek6p0f2bqgva
moving

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $Id: gconfmm.h 145 2002-02-17 21:04:48Z murrayc $ */
 
2
/* gconfmm - a C++ wrapper for GConf
 
3
 *
 
4
 * Copyright 1999-2001 Free Software Foundation
 
5
 *
 
6
 * This library is free software; you can redistribute it and/or
 
7
 * modify it under the terms of the GNU Library General Public
 
8
 * License as published by the Free Software Foundation; either
 
9
 * version 2 of the License, or (at your option) any later version.
 
10
 *
 
11
 * This library is distributed in the hope that it will be useful,
 
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
14
 * Library General Public License for more details.
 
15
 *
 
16
 * You should have received a copy of the GNU Library General Public
 
17
 * License along with this library; if not, write to the Free
 
18
 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
19
 */
 
20
 
 
21
#ifndef GCONFMM_H
 
22
#define GCONFMM_H
 
23
 
 
24
/* gconfmm version.  */
 
25
extern const int gconfmm_major_version;
 
26
extern const int gconfmm_minor_version;
 
27
extern const int gconfmm_micro_version;
 
28
 
 
29
#include <gconfmm/init.h>
 
30
#include <gconfmm/client.h>
 
31
#include <gconfmm/value.h>
 
32
#include <gconfmm/schema.h>
 
33
#include <gconfmm/entry.h>
 
34
 
 
35
 
 
36
#endif /* #ifndef GCONFMM_H */