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

@@ -29,7 +29,6 @@
#include "gparamspecs.h"
#include "gvaluecollector.h"
#include "gvaluearray.h"
#include "gobjectalias.h"
/**
@@ -2517,6 +2516,3 @@ g_param_spec_variant (const gchar *name,
return G_PARAM_SPEC (vspec);
}
#define __G_PARAMSPECS_C__
#include "gobjectaliasdef.c"