/* * The Bonobo Document Model * * Author: * Miguel de Icaza (miguel@gnu.org) * */ #ifndef _BONOBO_IDL_INCLUDED_ #define _BONOBO_IDL_INCLUDED_ #if !defined(__BONOBO_COMPILATION) && defined(__ORBIT_IDL__) %{ #pragma include_defs bonobo/Bonobo.h %} #pragma inhibit push #endif #include #include #include #include /* Storage stuff. */ #include #include #include #include /* Control stuff. */ #include #include #include #include #include /* Subdocument stuff. */ #include #include #include #include /* Printing stuff */ #include /* Misc. stuff. */ #include #if !defined(__BONOBO_COMPILATION) && defined(__ORBIT_IDL__) #pragma inhibit pop #endif #endif /* _BONOBO_IDL_INCLUDED_ */