/usr/include/libspreadsheet-1.12/spreadsheet/gnm-so-polygon.h is in gnumeric 1.12.28-1.
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 | /* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
#ifndef _GNM_SO_POLYGON_H_
# define _GNM_SO_POLYGON_H_
#include <glib-object.h>
G_BEGIN_DECLS
#define GNM_SO_POLYGON_TYPE (gnm_so_polygon_get_type ())
#define GNM_IS_SO_POLYGON(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), GNM_SO_POLYGON_TYPE))
GType gnm_so_polygon_get_type (void);
G_END_DECLS
#endif /* _GNM_SO_POLYGON_H_ */
|