mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 01:36:17 +01:00
gitypeinfo: Remove deprecated API
It’s not needed after a major version bump. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #3155
This commit is contained in:
parent
9c10f3ec02
commit
f4db8af9de
@ -41,16 +41,6 @@ G_BEGIN_DECLS
|
||||
#define GI_IS_TYPE_INFO(info) \
|
||||
(g_base_info_get_type((GIBaseInfo*)info) == GI_INFO_TYPE_TYPE)
|
||||
|
||||
/**
|
||||
* G_TYPE_TAG_IS_BASIC
|
||||
* @tag: a type tag
|
||||
*
|
||||
* Checks if @tag is a basic type.
|
||||
*
|
||||
* Deprecated: 1.72: Use GI_TYPE_TAG_IS_BASIC() instead
|
||||
*/
|
||||
#define G_TYPE_TAG_IS_BASIC(tag) GI_TYPE_TAG_IS_BASIC(tag)
|
||||
|
||||
/**
|
||||
* GI_TYPE_TAG_IS_BASIC
|
||||
* @tag: a type tag
|
||||
|
Loading…
Reference in New Issue
Block a user