/usr/share/vala/vapi/sqlheavygtk-0.1.vapi is in libsqlheavygtk-dev 0.1.1-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 | /* sqlheavygtk-0.1.vapi generated by valac 0.16.0, do not modify. */
namespace SQLHeavyGtk {
[CCode (cheader_filename = "SQLHeavyGTK.h")]
public class Model : GLib.Object, Gtk.TreeModel {
public Model (SQLHeavy.Table table);
public virtual void ref_node (Gtk.TreeIter iter);
public virtual void unref_node (Gtk.TreeIter iter);
public SQLHeavy.Table table { get; construct; }
}
}
|