mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
girepository: Remove backwards compatibility symbol renames
After bumping the major version number, we don’t need backwards compatibility any more. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #3155
This commit is contained in:
parent
2787a86693
commit
9c10f3ec02
@ -501,12 +501,4 @@ typedef enum
|
||||
GI_FUNCTION_THROWS = 1 << 5
|
||||
} GIFunctionInfoFlags;
|
||||
|
||||
#ifndef __GI_SCANNER__
|
||||
#ifndef __GTK_DOC_IGNORE__
|
||||
/* backwards compatibility */
|
||||
typedef GIArgument GArgument;
|
||||
typedef struct _GITypelib GTypelib;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
G_END_DECLS
|
||||
|
Loading…
Reference in New Issue
Block a user