This file is indexed.

/usr/include/wxsmith/properties/wxsproperties.h is in libwxsmithlib-dev 16.01+dfsg-2.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
16
17
18
19
20
21
22
23
24
/** \file wxsproperties.h
 *
 * This file includes all files needed for operating on properties, including
 * all standard properties and all extended ones
 */

// Main files
#include "wxsproperty.h"
#include "wxspropertycontainer.h"
#include "wxspropertygridmanager.h"
#include "wxspropertystream.h"
#include "wxsquickpropspanel.h"

// Base properties
#include "wxsarraystringproperty.h"
#include "wxsboolproperty.h"
#include "wxscustomeditorproperty.h"
#include "wxsemptyproperty.h"
#include "wxsenumproperty.h"
#include "wxsflagsproperty.h"
#include "wxsfloatproperty.h"
#include "wxslongproperty.h"
#include "wxsstringproperty.h"
#include "wxseditenumproperty.h"