/usr/share/vala/vapi/libproxy-1.0.vapi is in libproxy-dev 0.4.7-0ubuntu4.1.
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 | [CCode (cprefix = "px", lower_case_cprefix = "px_", cheader_filename = "proxy.h")]
namespace Libproxy {
[Compact]
[CCode (free_function = "px_proxy_factory_free")]
public class ProxyFactory {
public ProxyFactory ();
[CCode (array_length = false, array_null_terminated = true)]
public string[] get_proxies (string url);
}
}
|