| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /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__ */