summaryrefslogtreecommitdiff
path: root/include/typelib/typeclass.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/typelib/typeclass.h')
-rw-r--r--include/typelib/typeclass.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/include/typelib/typeclass.h b/include/typelib/typeclass.h
index 434094fe3d8d..1c6b0d64458e 100644
--- a/include/typelib/typeclass.h
+++ b/include/typelib/typeclass.h
@@ -61,13 +61,19 @@ typedef enum _typelib_TypeClass
typelib_TypeClass_TYPEDEF = 16,
/** type class of struct */
typelib_TypeClass_STRUCT = 17,
- /** type class of union (not implemented) */
+ /** Deprecated, UNOIDL does not have a union concept.
+
+ @deprecated
+ */
typelib_TypeClass_UNION = 18,
/** type class of exception */
typelib_TypeClass_EXCEPTION = 19,
/** type class of sequence */
typelib_TypeClass_SEQUENCE = 20,
- /** type class of array (not implemented) */
+ /** Deprecated, UNOIDL does not have an array concept.
+
+ @deprecated
+ */
typelib_TypeClass_ARRAY = 21,
/** type class of interface */
typelib_TypeClass_INTERFACE = 22,