delay jni init til the firt NewGlobalRef call
[cacao.git] / nat / gnu_java_awt_image_GdkPixbufDecoder.h
1 /* This file is machine generated, don't edit it !*/
2
3 /* Structure information for class: gnu/java/awt/image/GdkPixbufDecoder */
4
5 typedef struct gnu_java_awt_image_GdkPixbufDecoder {
6    java_objectheader header;
7    struct java_util_Vector* consumers;
8    struct java_lang_String* filename;
9    struct java_net_URL* url;
10 } gnu_java_awt_image_GdkPixbufDecoder;
11
12 /*
13  * Class:     gnu/java/awt/image/GdkPixbufDecoder
14  * Method:    initState
15  * Signature: ()V
16  */
17 JNIEXPORT void JNICALL Java_gnu_java_awt_image_GdkPixbufDecoder_initState (JNIEnv *env , jclass clazz );
18 /*
19  * Class:     gnu/java/awt/image/GdkPixbufDecoder
20  * Method:    loaderWrite
21  * Signature: (Ljava/util/Vector;Ljava/io/FileDescriptor;)V
22  */
23 JNIEXPORT void JNICALL Java_gnu_java_awt_image_GdkPixbufDecoder_loaderWrite (JNIEnv *env ,  struct gnu_java_awt_image_GdkPixbufDecoder* this , struct java_util_Vector* par1, struct java_io_FileDescriptor* par2);