mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
girepository: Remove duplicate macro definitions
Not sure what was going on there. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #3155
This commit is contained in:
parent
cf28391d5b
commit
ab3454a515
@ -61,26 +61,6 @@ G_BEGIN_DECLS
|
||||
*/
|
||||
#define GI_TYPE_TAG_IS_NUMERIC(tag) ((tag) >= GI_TYPE_TAG_INT8 && (tag) <= GI_TYPE_TAG_DOUBLE)
|
||||
|
||||
/**
|
||||
* GI_TYPE_TAG_IS_NUMERIC:
|
||||
* @tag: a type tag
|
||||
*
|
||||
* Checks if @tag is a numeric type. That is, integer or floating point.
|
||||
*
|
||||
* Since: 1.72
|
||||
*/
|
||||
#define GI_TYPE_TAG_IS_NUMERIC(tag) ((tag) >= GI_TYPE_TAG_INT8 && (tag) <= GI_TYPE_TAG_DOUBLE)
|
||||
|
||||
/**
|
||||
* GI_TYPE_TAG_IS_NUMERIC:
|
||||
* @tag: a type tag
|
||||
*
|
||||
* Checks if @tag is a numeric type. That is, integer or floating point.
|
||||
*
|
||||
* Since: 1.72
|
||||
*/
|
||||
#define GI_TYPE_TAG_IS_NUMERIC(tag) ((tag) >= GI_TYPE_TAG_INT8 && (tag) <= GI_TYPE_TAG_DOUBLE)
|
||||
|
||||
/**
|
||||
* GI_TYPE_TAG_IS_CONTAINER:
|
||||
* @tag: a type tag
|
||||
|
Loading…
Reference in New Issue
Block a user