~khurshid-alam/libunity/glib-2.59.3

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, ...);
  }
}