mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +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:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user