This file is indexed.

/usr/lib/x86_64-linux-gnu/perl5/5.20/Glib/Install/doctypes is in libglib-perl 3:1.305-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
13
14
15
16
17
18
# Use this file to add to the documentation generation system a set of
# C type name to Perl type description mappings for types which are not
# registered with the GLib type system.  This allows the documentation
# system to produce useful type names or descriptions in documentation.
# The C type name should have no spaces; namely, do NOT include
# "const" and/or "*".  Also, "_ornull" is handled for you ("or undef" gets
# appended to the description).  The description may have spaces.
#
# C name        description
# ------------  ----------------
GMainContext	Glib::MainContext thingamabob
GMainLoop	Glib::MainLoop
GParamSpec	Glib::ParamSpec
GParamFlags	Glib::ParamFlags
gunichar	character
GKeyFile	Glib::KeyFile
GKeyFileFlags	Glib::KeyFileFlags
GBookmarkFile	Glib::BookmarkFile