gobject/: fully remove gobjectalias hacks

This commit is contained in:
Ryan Lortie
2010-07-07 19:40:48 -04:00
parent 2e53e50244
commit 0fc50fa5f7
22 changed files with 5 additions and 249 deletions

View File

@@ -34,12 +34,9 @@
#include "gparamspecs.h"
#include "gvaluetypes.h"
#include "gobject_trace.h"
#include "gobjectalias.h"
/* This should be included after gobjectalias.h (or pltcheck.sh will fail) */
#include "gobjectnotifyqueue.c"
/**
* SECTION:objects
* @short_description: The base object type
@@ -3326,6 +3323,3 @@ static void
g_initially_unowned_class_init (GInitiallyUnownedClass *klass)
{
}
#define __G_OBJECT_C__
#include "gobjectaliasdef.c"