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

@@ -25,7 +25,6 @@
#include "gmarshal.h"
#include "gvalue.h"
#include "gvaluetypes.h"
#include "gobjectalias.h"
GType
@@ -204,6 +203,3 @@ g_source_set_closure (GSource *source,
g_closure_set_marshal (closure, marshal);
}
}
#define __G_SOURCECLOSURE_C__
#include "gobjectaliasdef.c"