github.com/thommil/tge-mobile@v0.0.0-20190308225214-66a08abd51aa/bind/testdata/ignore.java.h.golden (about)

     1  // JNI function headers for the Go <=> Java bridge.
     2  //   gobind -lang=java ignore
     3  //
     4  // File is generated by gobind. Do not edit.
     5  
     6  #ifndef __Ignore_H__
     7  #define __Ignore_H__
     8  
     9  #include <jni.h>
    10  
    11  extern jclass proxy_class_ignore_I;
    12  extern jmethodID proxy_class_ignore_I_cons;
    13  
    14  // skipped method I.Argument with unsupported parameter or return types
    15  
    16  // skipped method I.Result with unsupported parameter or return types
    17  
    18  extern jclass proxy_class_ignore_S;
    19  extern jmethodID proxy_class_ignore_S_cons;
    20  #endif