source: trunk/third/libgnome/libgnome/gnome-gconfP.h @ 18320

Revision 18320, 1.4 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18319, which included commits to RCS files with non-trunk default branches.
Line 
1/*  -*- Mode: C; c-set-style: linux; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
2/* GNOME Library - gnome-gconf.h
3 * Copyright (C) 2000  Red Hat Inc.,
4 * All rights reserved.
5 *
6 * Author: Jonathan Blandford  <jrb@redhat.com>
7 *
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Library General Public
10 * License as published by the Free Software Foundation; either
11 * version 2 of the License, or (at your option) any later version.
12 *
13 * This library is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16 * Library General Public License for more details.
17 *
18 * You should have received a copy of the GNU Library General Public
19 * License along with this library; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place - Suite 330, Cambridge, MA 02139, USA.
21 */
22/*
23  @NOTATION@
24*/
25
26#ifndef GNOME_GCONFP_H
27#define GNOME_GCONFP_H
28
29#include "gnome-gconf.h"
30
31/* These two methods are very very private to libgnome* only,
32 * do not use them */
33
34#define gnome_gconf_lazy_init _gnome_gconf_lazy_init
35void                    _gnome_gconf_lazy_init          (void);
36
37#define gnome_gconf_module_info_get _gnome_gconf_module_info_get
38const GnomeModuleInfo * _gnome_gconf_module_info_get    (void) G_GNUC_CONST;
39
40#endif /* GNOME_GCONFP_H */
Note: See TracBrowser for help on using the repository browser.