[json-glib] [introspection] Use json-gobject.h



commit 3adba015e1c1f9edc7b7b2c4364d65f813216225
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Aug 12 13:46:46 2009 +0100

    [introspection] Use json-gobject.h
    
    The json-gobject.h header file includes json-glib.h and all the
    GObject-related serialization and deserialization API; we assume
    that if you want introspection you should be using this header
    and not the plain json-glib.h.

 json-glib/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/json-glib/Makefile.am b/json-glib/Makefile.am
index bb89cf6..8b60b66 100644
--- a/json-glib/Makefile.am
+++ b/json-glib/Makefile.am
@@ -131,7 +131,7 @@ BUILT_GIRSOURCES =
 Json-1.0.gir: $(INTROSPECTION_SCANNER) libjson-glib-1.0.la
 	$(INTROSPECTION_SCANNER) -v --namespace Json --nsversion=1.0 \
 	     $(INCLUDES) \
-	     --c-include='json-glib/json-glib.h' \
+	     --c-include='json-glib/json-object.h' \
              --include=GObject-2.0 \
 	     --library=json-glib-1.0 \
              --pkg gobject-2.0 \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]