This file is indexed.

/usr/include/GNUstep/Foundation/NSFilePresenter.h is in libgnustep-base-dev 1.25.1-2ubuntu3.

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
#ifndef __NSFileCoordinator_h_GNUSTEP_BASE_INCLUDE
#define __NSFileCoordinator_h_GNUSTEP_BASE_INCLUDE

#import <Foundation/NSObject.h>

#if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST)
@protocol NSFilePresenter <NSObject>
@end

#endif
#endif