/usr/include/libbonoboui-2.0/bonobo.h is in libbonoboui2-dev 2.24.5-4.
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 | /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/**
* Compatibility include file for Bonobo 1.0 compatibility
*
* Author:
* Michael Meeks <michael@ximian.com>
*
* Copyright 2001 Ximian, Inc.
*/
#ifndef _BONOBO_H_
#define _BONOBO_H_
#include <libbonoboui.h>
#endif /* _BONOBO_H_ */
|