/usr/share/vala/vapi/champlain-gtk-0.12.vapi is in libchamplain-gtk-0.12-dev 0.12.16-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 | /* champlain-gtk-0.12.vapi generated by vapigen, do not modify. */
[CCode (cprefix = "GtkChamplain", gir_namespace = "GtkChamplain", gir_version = "0.12", lower_case_cprefix = "gtk_champlain_")]
namespace GtkChamplain {
[CCode (cheader_filename = "champlain-gtk/champlain-gtk.h", type_id = "gtk_champlain_embed_get_type ()")]
[Version (since = "0.4")]
public class Embed : Gtk.Alignment, Atk.Implementor, Gtk.Buildable {
[CCode (has_construct_function = false, type = "GtkWidget*")]
public Embed ();
public unowned Champlain.View get_view ();
[NoAccessorMethod]
public Champlain.View champlain_view { owned get; }
}
}
|