[dconf] Remove ResetList and ReadType from client API
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf] Remove ResetList and ReadType from client API
- Date: Fri, 28 May 2010 05:08:26 +0000 (UTC)
commit 5779212cfaef1b0ec4d54549cc279adc2f827668
Author: Ryan Lortie <desrt desrt ca>
Date: Fri May 28 01:07:07 2010 -0400
Remove ResetList and ReadType from client API
client/Makefile.am | 2 +-
client/dconf-client.h | 2 --
client/dconf.h | 2 --
3 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/client/Makefile.am b/client/Makefile.am
index 83d1740..cf3c1a8 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -7,7 +7,7 @@ dconf-0.3.gir: libdconf.la
dconf_0_3_gir_INCLUDES = Gio-2.0
dconf_0_3_gir_CFLAGS = $(INCLUDES)
dconf_0_3_gir_LIBS = libdconf.la
-dconf_0_3_gir_FILES = dconf-client.c dconf-client.h ../engine/dconf-resetlist.h
+dconf_0_3_gir_FILES = dconf-client.c dconf-client.h
INTROSPECTION_GIRS = dconf-0.3.gir
lib_LTLIBRARIES = libdconf.la
diff --git a/client/dconf-client.h b/client/dconf-client.h
index 59bc784..4f79cc2 100644
--- a/client/dconf-client.h
+++ b/client/dconf-client.h
@@ -1,8 +1,6 @@
#ifndef _dconf_client_h_
#define _dconf_client_h_
-#include <dconf-resetlist.h>
-#include <dconf-readtype.h>
#include <gio/gio.h>
G_BEGIN_DECLS
diff --git a/client/dconf.h b/client/dconf.h
index 46cff3a..47a53fd 100644
--- a/client/dconf.h
+++ b/client/dconf.h
@@ -1,9 +1,7 @@
#ifndef _dconf_h_
#define _dconf_h_
-#include <dconf-resetlist.h>
#include <dconf-paths.h>
-#include <dconf-readtype.h>
#include <dconf-client.h>
#endif /* _dconf_h_ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]