on success, close the pipes from the child. Fix from Tim.
[platform/upstream/glib.git] / glib / glib-object.h
index b439243..8687ef1 100644 (file)
 #ifndef __GLIB_GOBJECT_H__
 #define __GLIB_GOBJECT_H__
 
+#define __GLIB_GOBJECT_H_INSIDE__
+
 /* topmost include file for GObject header files */
 #include       <gobject/gboxed.h>
-#include       <gobject/gbsearcharray.h>
 #include       <gobject/genums.h>
 #include       <gobject/gobject.h>
 #include       <gobject/gparam.h>
 #include       <gobject/gparamspecs.h>
 #include       <gobject/gsignal.h>
+#include       <gobject/gsourceclosure.h>
 #include       <gobject/gtype.h>
 #include       <gobject/gtypemodule.h>
 #include       <gobject/gtypeplugin.h>
 #include       <gobject/gvalue.h>
+#include       <gobject/gvaluearray.h>
 #include       <gobject/gvaluetypes.h>
 
+#undef __GLIB_GOBJECT_H_INSIDE__
 
 #endif /* __GLIB_GOBJECT_H__ */