This file is indexed.

/usr/include/libnotify/notify-enum-types.h is in libnotify-dev 0.7.7-2.

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

#include <glib-object.h>

G_BEGIN_DECLS
/* enumerations from "notification.h" */
GType notify_urgency_get_type(void);
#define NOTIFY_TYPE_URGENCY (notify_urgency_get_type())
G_END_DECLS

#endif /* _NOTIFY_ENUM_TYPES_H_ */