~unity-team/unity/latest-clutter-mutter-no-motion

« back to all changes in this revision

Viewing changes to vapi/unity-const.vapi

  • Committer: Gord Allott
  • Date: 2010-07-15 13:53:55 UTC
  • mfrom: (371.1.5 unity.bugfixes-9-7-10)
  • Revision ID: gord.allott@canonical.com-20100715135355-mc03q7y3dw2g8am1
merged in a bug fixing branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
  public static const string INDICATORDIR;
27
27
  [CCode (cname = "INDICATORICONSDIR")]
28
28
  public static const string INDICATORICONSDIR;
29
 
  
 
29
 
30
30
  [CCode (cheader_filename = "unity-utils.h", cname = "LOGGER_START_PROCESS")]
31
31
  public static void LOGGER_START_PROCESS (string name);
32
 
  
 
32
 
33
33
  [CCode (cheader_filename = "unity-utils.h", cname = "LOGGER_END_PROCESS")]
34
34
  public static void LOGGER_END_PROCESS (string name);
35
 
  
 
35
 
36
36
  [CCode (cheader_filename = "unity-utils.h", cname = "START_FUNCTION")]
37
37
  public static void START_FUNCTION ();
38
 
 
 
38
 
39
39
  [CCode (cheader_filename = "unity-utils.h", cname = "END_FUNCTION")]
40
40
  public static void END_FUNCTION ();
41
41
}