/usr/include/libbonobo-2.0/libbonobo.h is in libbonobo2-dev 2.32.1-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | /* -*- 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__ */
|