|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21572/root/usr/share/idl/bonobo-2.0/ |
Upload File : |
/*
* The Bonobo Document Model
*
* Author:
* Miguel de Icaza (miguel@gnu.org)
*
*/
#ifndef _BONOBO_IDL_INCLUDED_
#define _BONOBO_IDL_INCLUDED_
#ifndef __Bonobo_COMPILATION
#ifdef __ORBIT_IDL__
%{
#pragma include_defs bonobo/Bonobo.h
%}
#pragma inhibit push
#endif
#endif
/* From bonobo-activation */
#include <Bonobo_Unknown.idl>
#include <Bonobo_GenericFactory.idl>
/* Basics */
#include <Bonobo_Exception.idl>
#include <Bonobo_Moniker.idl>
#include <Bonobo_Context.idl>
/* Storage stuff. */
#include <Bonobo_Storage.idl>
#include <Bonobo_Persist.idl>
/* Control stuff. */
#include <Bonobo_Listener.idl>
#include <Bonobo_Gdk.idl>
#include <Bonobo_UI.idl>
#include <Bonobo_Property.idl>
#include <Bonobo_Control.idl>
#include <Bonobo_Zoomable.idl>
/* Subdocument stuff. */
#include <Bonobo_ItemContainer.idl>
#include <Bonobo_Canvas.idl>
#include <Bonobo_Embeddable.idl>
/* Printing stuff */
#include <Bonobo_Print.idl>
/* Clipboard */
#include <Bonobo_Clipboard.idl>
#include <Bonobo_Application.idl>
#ifndef __Bonobo_COMPILATION
#ifdef __ORBIT_IDL__
#pragma inhibit pop
#endif
#endif
#endif /* _BONOBO_IDL_INCLUDED_ */