[gobject-introspection] Add BLOB_TYPE_FLAGS to BLOB_IS_REGISTERED_TYPE



commit 6e52cd771944e220fac9eb78bcc16b99680985d8
Author: Colin Walters <walters verbum org>
Date:   Wed Jul 28 16:35:47 2010 +0200

    Add BLOB_TYPE_FLAGS to BLOB_IS_REGISTERED_TYPE

 girepository/gitypelib-internal.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/girepository/gitypelib-internal.h b/girepository/gitypelib-internal.h
index 981f7b4..d1461fa 100644
--- a/girepository/gitypelib-internal.h
+++ b/girepository/gitypelib-internal.h
@@ -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)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]