|
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/21573/root/usr/include/libbonobo-2.0/ |
Upload File : |
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /** * Main include file for the Bonobo component model * * Authors: * Miguel de Icaza (miguel@ximian.com) * Michael Meeks (michael@ximian.com) * * Copyright 2001 Ximian, Inc. */ #ifndef __LIBBONOBO_H__ #define __LIBBONOBO_H__ #include <bonobo/bonobo-macros.h> G_BEGIN_DECLS #include <bonobo/bonobo-types.h> #include <bonobo/bonobo-object.h> #include <bonobo/bonobo-moniker.h> #include <bonobo/bonobo-moniker-simple.h> #include <bonobo/bonobo-context.h> #include <bonobo/bonobo-exception.h> #include <bonobo/bonobo-item-container.h> #include <bonobo/bonobo-item-handler.h> #include <bonobo/bonobo-moniker-util.h> #include <bonobo/bonobo-moniker-extender.h> #include <bonobo/bonobo-property-bag.h> #include <bonobo/bonobo-property-bag-client.h> #include <bonobo/bonobo-listener.h> #include <bonobo/bonobo-event-source.h> #include <bonobo/bonobo-generic-factory.h> #include <bonobo/bonobo-shlib-factory.h> #include <bonobo/bonobo-main.h> #include <bonobo/bonobo-stream.h> #include <bonobo/bonobo-stream-memory.h> #include <bonobo/bonobo-stream-client.h> #include <bonobo/bonobo-persist.h> #include <bonobo/bonobo-persist-file.h> #include <bonobo/bonobo-persist-stream.h> #include <bonobo/bonobo-storage.h> #include <bonobo/bonobo-storage-memory.h> #include <bonobo/bonobo-application.h> #include <bonobo/bonobo-app-client.h> G_END_DECLS #endif /* __LIBBONOBO_H__ */