This file is indexed.

/usr/share/vala/vapi/unity-trace.vapi is in libunity-dev 7.1.4+15.10.20151002-0ubuntu2.

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
/* unity-trace.vapi hand crafted by Mikkel Kamstrup Erlandsen */

namespace Unity {

  [CCode (cprefix = "UnityTrace", lower_case_cprefix = "unity_trace_", cheader_filename = "unity-trace.h")]
  namespace Trace {
    
    [PrintfFormat]
    public static void log (string format, ...);
    
    [PrintfFormat]
    public static void log_object (GLib.Object obj, string format, ...);

    [PrintfFormat]
    public static void tracepoint (string format, ...);
  }
}