1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-03-31 04:43:06 +02:00

Add BLOB_TYPE_FLAGS to BLOB_IS_REGISTERED_TYPE

This commit is contained in:
Colin Walters 2010-07-28 16:35:47 +02:00 committed by Tomeu Vizoso
parent 899718c93c
commit 9771d87b4d

@ -181,6 +181,7 @@ typedef enum {
((blob)->blob_type == BLOB_TYPE_STRUCT || \
(blob)->blob_type == BLOB_TYPE_UNION || \
(blob)->blob_type == BLOB_TYPE_ENUM || \
(blob)->blob_type == BLOB_TYPE_FLAGS || \
(blob)->blob_type == BLOB_TYPE_OBJECT || \
(blob)->blob_type == BLOB_TYPE_INTERFACE)