/usr/include/gnome-panel-4.0/libpanel-applet/panel-applet-enums.h is in libpanel-applet-4-dev 1:3.8.0-1ubuntu11.
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 | #ifndef __PANEL_APPLET_ENUMS_H__
#define __PANEL_APPLET_ENUMS_H__
G_BEGIN_DECLS
/* --- ../libpanel-applet/panel-applet.h --- */
#define PANEL_TYPE_PANEL_APPLET_ORIENT panel_applet_orient_get_type()
GType panel_applet_orient_get_type (void);
#define PANEL_TYPE_PANEL_APPLET_FLAGS panel_applet_flags_get_type()
GType panel_applet_flags_get_type (void);
G_END_DECLS
#endif /* __PANEL_APPLET_ENUMS_H__ */
|