File: android.vapi

package info (click to toggle)
birdfont 2.33.6-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,688 kB
  • sloc: ansic: 2,399; python: 1,111; xml: 187; sh: 78; makefile: 14
file content (8 lines) | stat: -rw-r--r-- 409 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
[CCode (cname = "ANDROID_LOG_WARN", cheader_filename = "android/log.h")]
public extern static const int ANDROID_LOG_WARN;

[CCode (cname = "ANDROID_LOG_INFO", cheader_filename = "android/log.h")]
public extern static const int ANDROID_LOG_INFO;

[CCode (cname = "__android_log_print", cheader_filename = "android/log.h")]
public extern static int __android_log_print (int prio, string tag,  string fmt, ...);