diff options
author | Emmanuele Bassi <ebassi@openedhand.com> | 2007-10-01 18:01:20 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@openedhand.com> | 2007-10-01 18:01:20 +0100 |
commit | 228a5e4efe65995778847f48d2be43f3df988e10 (patch) | |
tree | 165f8b1dd7f0fabb926018b7d849324b938c23b2 /json-glib/json-generator.c | |
parent | bfa60e9ef9da71e3c0d171f81cd08e8eac749061 (diff) | |
download | json-glib-228a5e4efe65995778847f48d2be43f3df988e10.tar.gz |
Move data types ctors and setters into the public headers
Now that we are providing a generator class we need to provide the
constructors and setters for JsonNode, JsonObject and JsonArray. This
also means that the json-private.h header is now useless, so we can
remove it from the build and repository.
Diffstat (limited to 'json-glib/json-generator.c')
-rw-r--r-- | json-glib/json-generator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/json-glib/json-generator.c b/json-glib/json-generator.c index 798e6c1..7bc2b76 100644 --- a/json-glib/json-generator.c +++ b/json-glib/json-generator.c @@ -32,7 +32,6 @@ #include "json-marshal.h" #include "json-generator.h" -#include "json-private.h" #define JSON_GENERATOR_GET_PRIVATE(obj) \ (G_TYPE_INSTANCE_GET_PRIVATE ((obj), JSON_TYPE_GENERATOR, JsonGeneratorPrivate)) |