/usr/share/vala-0.20/vapi/cogl-pango-1.0.vapi is in valac-0.20-vapi 0.20.1-2ubuntu5.
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 | /* 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 fm);
public static Pango.Context create_context (Pango.CairoFontMap fm);
public static unowned Pango.Renderer get_renderer (Pango.CairoFontMap fm);
public static bool get_use_mipmapping (Pango.CairoFontMap fm);
public static Pango.FontMap @new ();
public static void set_resolution (Pango.CairoFontMap font_map, double dpi);
public static void set_use_mipmapping (Pango.CairoFontMap fm, 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 ();
}
[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")]
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")]
public static void render_layout_line (Pango.LayoutLine line, int x, int y, Cogl.Color color);
[CCode (cheader_filename = "cogl-pango/cogl-pango.h")]
public static void render_layout_subpixel (Pango.Layout layout, int x, int y, Cogl.Color color, int flags);
}
|