This file is indexed.

/usr/include/libspreadsheet-1.12/spreadsheet/sheet-object-widget-impl.h is in gnumeric 1.12.32-1+b1.

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_SHEET_OBJECT_WIDGET_IMPL_H_
# define _GNM_SHEET_OBJECT_WIDGET_IMPL_H_

#include "sheet-object-widget.h"
#include "sheet-object-impl.h"

G_BEGIN_DECLS

typedef SheetObjectView			SOWidgetView;
typedef SheetObjectViewClass	SOWidgetViewClass;

G_END_DECLS

#endif /* _GNM_SHEET_OBJECT_WIDGET_H_ */