File: android.vapi

package info (click to toggle)
birdfont 2.18.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 12,584 kB
  • sloc: ansic: 1,860; python: 1,200; xml: 170; sh: 98; makefile: 10
file content (8 lines) | stat: -rw-r--r-- 409 bytes parent folder | download | duplicates (5)
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, ...);