diff options
Diffstat (limited to 'C2J/glf-proto-auto-jni.c')
-rwxr-xr-x | C2J/glf-proto-auto-jni.c | 724 |
1 files changed, 362 insertions, 362 deletions
diff --git a/C2J/glf-proto-auto-jni.c b/C2J/glf-proto-auto-jni.c index 37c87f8..0921a80 100755 --- a/C2J/glf-proto-auto-jni.c +++ b/C2J/glf-proto-auto-jni.c @@ -4,13 +4,13 @@ * Reading from file: glf-proto-auto.orig.h . . . * Destination-Class: gl4java_utils_glf_GLFFuncJNI ! */ -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfInit ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfInit ( JNIEnv *env, jobject obj) @@ -20,13 +20,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfClose ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfClose ( JNIEnv *env, jobject obj) @@ -36,13 +36,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfUnloadFont ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfUnloadFont ( JNIEnv *env, jobject obj) @@ -55,13 +55,13 @@ return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfUnloadBFont ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfUnloadBFont ( JNIEnv *env, jobject obj) @@ -74,13 +74,13 @@ return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfUnloadFontD ( int font_descriptor ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfUnloadFontD ( JNIEnv *env, jobject obj, @@ -95,13 +95,13 @@ return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfUnloadBFontD ( int bmf_descriptor ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfUnloadBFontD ( JNIEnv *env, jobject obj, @@ -116,13 +116,13 @@ return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawWiredSymbol ( char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawWiredSymbol ( JNIEnv *env, jobject obj, @@ -134,13 +134,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawWiredString ( const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawWiredString ( JNIEnv *env, jobject obj, @@ -155,13 +155,13 @@ free(ptr0); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawSolidSymbol ( char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawSolidSymbol ( JNIEnv *env, jobject obj, @@ -173,13 +173,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawSolidString ( const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawSolidString ( JNIEnv *env, jobject obj, @@ -194,13 +194,13 @@ free(ptr0); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDraw3DWiredSymbol ( char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DWiredSymbol ( JNIEnv *env, jobject obj, @@ -212,13 +212,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDraw3DWiredString ( const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DWiredString ( JNIEnv *env, jobject obj, @@ -233,13 +233,13 @@ free(ptr0); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDraw3DSolidSymbol ( char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DSolidSymbol ( JNIEnv *env, jobject obj, @@ -251,13 +251,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDraw3DSolidString ( const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DSolidString ( JNIEnv *env, jobject obj, @@ -272,13 +272,13 @@ free(ptr0); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfBeginBFont ( int Font_Descriptor ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfBeginBFont ( JNIEnv *env, jobject obj, @@ -293,13 +293,13 @@ return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfEndBFont ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfEndBFont ( JNIEnv *env, jobject obj) @@ -309,13 +309,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawBSymbol ( char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawBSymbol ( JNIEnv *env, jobject obj, @@ -327,13 +327,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawBString ( const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawBString ( JNIEnv *env, jobject obj, @@ -348,13 +348,13 @@ free(ptr0); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawBMaskSymbol ( char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawBMaskSymbol ( JNIEnv *env, jobject obj, @@ -366,13 +366,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawBMaskString ( const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawBMaskString ( JNIEnv *env, jobject obj, @@ -387,13 +387,13 @@ free(ptr0); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawWiredSymbolF ( int font_descriptor , char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawWiredSymbolF ( JNIEnv *env, jobject obj, @@ -407,13 +407,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawWiredStringF ( int font_descriptor , const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawWiredStringF ( JNIEnv *env, jobject obj, @@ -430,13 +430,13 @@ free(ptr1); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawSolidSymbolF ( int font_descriptor , char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawSolidSymbolF ( JNIEnv *env, jobject obj, @@ -450,13 +450,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawSolidStringF ( int font_descriptor , const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawSolidStringF ( JNIEnv *env, jobject obj, @@ -473,13 +473,13 @@ free(ptr1); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDraw3DWiredSymbolF ( int font_descriptor , char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DWiredSymbolF ( JNIEnv *env, jobject obj, @@ -493,13 +493,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDraw3DWiredStringF ( int font_descriptor , const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DWiredStringF ( JNIEnv *env, jobject obj, @@ -516,13 +516,13 @@ free(ptr1); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDraw3DSolidSymbolF ( int font_descriptor , char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DSolidSymbolF ( JNIEnv *env, jobject obj, @@ -536,13 +536,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDraw3DSolidStringF ( int font_descriptor , const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DSolidStringF ( JNIEnv *env, jobject obj, @@ -559,13 +559,13 @@ free(ptr1); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfGetStringBoundsF ( int fd , const char * s , float * minx , float * miny , float * maxx , float * maxy ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetStringBoundsF ( JNIEnv *env, jobject obj, @@ -630,13 +630,13 @@ (*env)->ReleaseFloatArrayElements(env, maxy, ptr5, (isCopiedArray5 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfGetStringBounds ( const char * s , float * minx , float * miny , float * maxx , float * maxy ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetStringBounds ( JNIEnv *env, jobject obj, @@ -699,13 +699,13 @@ (*env)->ReleaseFloatArrayElements(env, maxy, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfSetSymbolSpace ( float sp ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetSymbolSpace ( JNIEnv *env, jobject obj, @@ -717,13 +717,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> float glfGetSymbolSpace ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jfloat JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetSymbolSpace ( JNIEnv *env, jobject obj) @@ -736,13 +736,13 @@ return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfSetSpaceSize ( float sp ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetSpaceSize ( JNIEnv *env, jobject obj, @@ -754,13 +754,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> float glfGetSpaceSize ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jfloat JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetSpaceSize ( JNIEnv *env, jobject obj) @@ -773,13 +773,13 @@ return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfSetSymbolDepth ( float dpth ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetSymbolDepth ( JNIEnv *env, jobject obj, @@ -791,13 +791,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> float glfGetSymbolDepth ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jfloat JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetSymbolDepth ( JNIEnv *env, jobject obj) @@ -810,13 +810,13 @@ return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfSetCurrentFont ( int Font_Descriptor ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetCurrentFont ( JNIEnv *env, jobject obj, @@ -831,13 +831,13 @@ return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfSetCurrentBFont ( int Font_Descriptor ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetCurrentBFont ( JNIEnv *env, jobject obj, @@ -852,13 +852,13 @@ return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfGetCurrentFont ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetCurrentFont ( JNIEnv *env, jobject obj) @@ -871,13 +871,13 @@ return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfGetCurrentBFont ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetCurrentBFont ( JNIEnv *env, jobject obj) @@ -890,13 +890,13 @@ return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfSetAnchorPoint ( int anchp ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetAnchorPoint ( JNIEnv *env, jobject obj, @@ -908,13 +908,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfSetContourColor ( float r , float g , float b , float a ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetContourColor ( JNIEnv *env, jobject obj, @@ -932,13 +932,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfEnable ( int what ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfEnable ( JNIEnv *env, jobject obj, @@ -950,13 +950,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDisable ( int what ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDisable ( JNIEnv *env, jobject obj, @@ -968,13 +968,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfSetConsoleParam ( int width , int height ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetConsoleParam ( JNIEnv *env, jobject obj, @@ -988,13 +988,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfSetConsoleFont ( int Font_Descriptor ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetConsoleFont ( JNIEnv *env, jobject obj, @@ -1009,13 +1009,13 @@ return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfConsoleClear ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfConsoleClear ( JNIEnv *env, jobject obj) @@ -1025,13 +1025,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfPrint ( const char * s , int lenght ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfPrint ( JNIEnv *env, jobject obj, @@ -1048,13 +1048,13 @@ free(ptr0); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfPrintString ( const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfPrintString ( JNIEnv *env, jobject obj, @@ -1069,13 +1069,13 @@ free(ptr0); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfPrintChar ( char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfPrintChar ( JNIEnv *env, jobject obj, @@ -1087,13 +1087,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfConsoleDraw ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfConsoleDraw ( JNIEnv *env, jobject obj) @@ -1103,13 +1103,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfSetCursorBlinkRate ( int Rate ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetCursorBlinkRate ( JNIEnv *env, jobject obj, @@ -1121,13 +1121,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfStringCentering ( GLboolean center ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfStringCentering ( JNIEnv *env, jobject obj, @@ -1139,13 +1139,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> GLboolean glfGetStringCentering ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetStringCentering ( JNIEnv *env, jobject obj) @@ -1158,13 +1158,13 @@ return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfBitmapStringCentering ( GLboolean center ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfBitmapStringCentering ( JNIEnv *env, jobject obj, @@ -1176,13 +1176,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> GLboolean glfBitmapGetStringCentering ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfBitmapGetStringCentering ( JNIEnv *env, jobject obj) @@ -1195,13 +1195,13 @@ return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfStringDirection ( GLuint direction ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfStringDirection ( JNIEnv *env, jobject obj, @@ -1213,13 +1213,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> GLuint glfGetStringDirection ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetStringDirection ( JNIEnv *env, jobject obj) @@ -1232,13 +1232,13 @@ return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfSetRotateAngle ( float angle ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetRotateAngle ( JNIEnv *env, jobject obj, @@ -1250,13 +1250,13 @@ ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfSetBRotateAngle ( float angle ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetBRotateAngle ( JNIEnv *env, jobject obj, @@ -1268,5 +1268,5 @@ ); } -
-/* C2J Parser Version 3.0: Java program parsed successfully. */
+ +/* C2J Parser Version 3.0: Java program parsed successfully. */ |