/usr/share/vala/vapi/r_sign.vapi is in radare2-vala 0.9.6-4.
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 | /* radare - LGPL - Copyright 2010 pancake<nopcode.org> */
[CCode (cheader_filename="r_sign.h", cprefix="r_sign_", lower_case_cprefix="r_sign_")]
namespace Radare {
[Compact]
[CCode (cname="RSign", free_function="r_sign_free", cprefix="r_sign_")]
public class RSign {
public RSign ();
/* TODO */
}
}
|