cleanup
[platform/upstream/glib.git] / gobject / gtype-private.h
index 04a252b..d7e2ee2 100644 (file)
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
+#ifndef __G_TYPE_PRIVATE_H__
+#define __G_TYPE_PRIVATE_H__
+
 #if !defined (__GLIB_GOBJECT_H_INSIDE__) && !defined (GOBJECT_COMPILATION)
 #error "Only <glib-object.h> can be included directly."
 #endif
 
-#ifndef __G_TYPE_PRIVATE_H__
-#define __G_TYPE_PRIVATE_H__
-
 #include "gboxed.h"
 #include "gclosure.h"
 
 G_BEGIN_DECLS
 
+extern GTypeDebugFlags _g_type_debug_flags;
+
 typedef struct _GRealClosure  GRealClosure;
 struct _GRealClosure
 {