Fix build

This commit is contained in:
Jasper St. Pierre 2012-06-29 10:05:09 -04:00
parent 849c7c2f66
commit d936489647

View File

@ -186,7 +186,7 @@ typedef union
gsize v_size;
gchar * v_string;
gpointer v_pointer;
} GIArgument;
} GIArgument;
/**
* GIInfoType:
@ -443,7 +443,7 @@ typedef enum
#ifndef __GI_SCANNER__
/* backwards compatibility */
typedef union _GIArgument GArgument;
typedef GIArgument GArgument;
typedef struct _GITypelib GTypelib;
#endif