This file is indexed.

/usr/share/vala-0.22/vapi/cogl-pango-1.0.vapi is in valac-0.22-vapi 0.22.1-0ubuntu1.

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
25
26
27
28
29
30
31
32
33
34
/* cogl-pango-1.0.vapi generated by vapigen, do not modify. */

[CCode (cprefix = "CoglPango", gir_namespace = "CoglPango", gir_version = "1.0", lower_case_cprefix = "cogl_pango_")]
namespace CoglPango {
	[CCode (cheader_filename = "cogl-pango/cogl-pango.h")]
	public class FontMap : Pango.FontMap {
		[CCode (has_construct_function = false)]
		protected FontMap ();
		public static void clear_glyph_cache (Pango.CairoFontMap font_map);
		public static Pango.Context create_context (Pango.CairoFontMap font_map);
		public static unowned Pango.Renderer get_renderer (Pango.CairoFontMap font_map);
		public static Cogl.Bool get_use_mipmapping (Pango.CairoFontMap font_map);
		public static Pango.FontMap @new ();
		public static void set_resolution (Pango.CairoFontMap font_map, double dpi);
		public static void set_use_mipmapping (Pango.CairoFontMap font_map, Cogl.Bool value);
	}
	[CCode (cheader_filename = "cogl-pango/cogl-pango.h", type_id = "cogl_pango_renderer_get_type ()")]
	public class Renderer : Pango.Renderer {
		[CCode (has_construct_function = false)]
		protected Renderer ();
		public void* context { construct; }
	}
	[CCode (cheader_filename = "cogl-pango/cogl-pango.h")]
	public static void ensure_glyph_cache_for_layout (Pango.Layout layout);
	[CCode (cheader_filename = "cogl-pango/cogl-pango.h")]
	[Deprecated (since = "1.16")]
	public static void render_layout (Pango.Layout layout, int x, int y, Cogl.Color color, int flags);
	[CCode (cheader_filename = "cogl-pango/cogl-pango.h")]
	[Deprecated (since = "1.16")]
	public static void render_layout_line (Pango.LayoutLine line, int x, int y, Cogl.Color color);
	[CCode (cheader_filename = "cogl-pango/cogl-pango.h")]
	[Deprecated (since = "1.16")]
	public static void render_layout_subpixel (Pango.Layout layout, int x, int y, Cogl.Color color, int flags);
}