/* -*- Mode: C; c-set-style: linux; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* MATE Library - mate-mateconf.h * Copyright (C) 2000 Red Hat Inc., * All rights reserved. * * Author: Jonathan Blandford * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 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 * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02139, USA. */ /* @NOTATION@ */ #ifndef MATE_MATECONFP_H #define MATE_MATECONFP_H #include "mate-mateconf.h" /* These two methods are very very private to libmate* only, * do not use them */ #define mate_mateconf_lazy_init _mate_mateconf_lazy_init void _mate_mateconf_lazy_init(void); #define mate_mateconf_module_info_get _mate_mateconf_module_info_get const MateModuleInfo* _mate_mateconf_module_info_get(void) G_GNUC_CONST; #endif /* MATE_MATECONFP_H */