mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-13 04:46:15 +01:00
Fix build
This commit is contained in:
parent
849c7c2f66
commit
d936489647
@ -186,7 +186,7 @@ typedef union
|
|||||||
gsize v_size;
|
gsize v_size;
|
||||||
gchar * v_string;
|
gchar * v_string;
|
||||||
gpointer v_pointer;
|
gpointer v_pointer;
|
||||||
} GIArgument;
|
} GIArgument;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GIInfoType:
|
* GIInfoType:
|
||||||
@ -443,7 +443,7 @@ typedef enum
|
|||||||
|
|
||||||
#ifndef __GI_SCANNER__
|
#ifndef __GI_SCANNER__
|
||||||
/* backwards compatibility */
|
/* backwards compatibility */
|
||||||
typedef union _GIArgument GArgument;
|
typedef GIArgument GArgument;
|
||||||
typedef struct _GITypelib GTypelib;
|
typedef struct _GITypelib GTypelib;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user