22#include <typelib/typeclass.h> 
   23#include <typelib/typedescription.h> 
   45bool isSimpleType(typelib_TypeDescriptionReference 
const* type);
 
struct _typelib_TypeDescription typelib_TypeDescription
 
bool isSimpleType(typelib_TypeClass typeClass)
Determines whether a type is a "simple" type (VOID, BOOLEAN, BYTE, SHORT, UNSIGNED SHORT,...
 
bool relatesToInterfaceType(typelib_TypeDescription const *type)
Determines whether a type relates to an interface type (is itself an interface type,...