Adding upstream version 0.0~git20250520.a1d9079+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
590ac7ff5f
commit
20149b7f3a
456 changed files with 70406 additions and 0 deletions
23
bind/testdata/issue12403.java.h.golden
vendored
Normal file
23
bind/testdata/issue12403.java.h.golden
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
// Code generated by gobind. DO NOT EDIT.
|
||||
|
||||
// JNI function headers for the Go <=> Java bridge.
|
||||
//
|
||||
// autogenerated by gobind -lang=java issue12403
|
||||
|
||||
#ifndef __Issue12403_H__
|
||||
#define __Issue12403_H__
|
||||
|
||||
#include <jni.h>
|
||||
|
||||
extern jclass proxy_class_issue12403_Parsable;
|
||||
extern jmethodID proxy_class_issue12403_Parsable_cons;
|
||||
|
||||
nstring cproxyissue12403_Parsable_FromJSON(int32_t refnum, nstring jstr);
|
||||
|
||||
typedef struct cproxyissue12403_Parsable_ToJSON_return {
|
||||
nstring r0;
|
||||
int32_t r1;
|
||||
} cproxyissue12403_Parsable_ToJSON_return;
|
||||
struct cproxyissue12403_Parsable_ToJSON_return cproxyissue12403_Parsable_ToJSON(int32_t refnum);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue