Reference Manual

Inti Logo
Main Page | Namespace List | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

client_p.h

00001 /*  Inti-GConf: Integrated Foundation Classes
00002  *  Copyright (C) 2002-2003 The Inti Development Team.
00003  *
00004  *  client_p.h - Private interface
00005  *
00006  *  This program is free software; you can redistribute it and/or modify
00007  *  it under the terms of the GNU General Public License as published by
00008  *  the Free Software Foundation; either version 2 of the License, or
00009  *  (at your option) any later version.
00010  *
00011  *  This program is distributed in the hope that it will be useful,
00012  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
00013  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014  *  GNU Library General Public License for more details.
00015  *
00016  *  You should have received a copy of the GNU Library General Public License
00017  *  along with this program; if not, write to the Free Software
00018  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
00019  */
00020 
00021 #ifndef INTI_GCONF_CLIENT_CLASS_H
00022 #define INTI_GCONF_CLIENT_CLASS_H
00023 
00024 #include <inti/glib/private/object_p.h>
00025 
00026 namespace Inti {
00027 
00028 namespace GConf {
00029 
00030 class ClientClass
00031 {
00032 public:
00033         static void init(GConfClientClass *g_class);
00034 
00035         static GType get_type();
00036 
00037         static void* create();
00038 
00039         static void value_changed_proxy(GConfClient* client, const gchar* key, GConfValue* value);
00040 
00041         static void unreturned_error_proxy(GConfClient* client, GError* error);
00042 
00043         static void error_proxy(GConfClient* client, GError* error);
00044 };
00045 
00046 } // namespace GConf
00047 
00048 } // namespace Inti
00049 
00050 #endif // INTI_GCONF_CLIENT_CLASS_H
00051 
Main Page - Footer


Generated on Sun Sep 14 23:52:40 2003 for Inti-GConf by doxygen 1.3.2 written by Dimitri van Heesch, © 1997-2002