mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Fix build
This commit is contained in:
parent
849c7c2f66
commit
d936489647
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user