org_jdesktop_jdic_desktop_internal_impl_maclaunchservice.h
来自「jdic,显著提高swing性能的插件」· C头文件 代码 · 共 30 行
H
30 行
/* DO NOT EDIT THIS FILE - it is machine generated */#include <jni.h>/* Header for class org_jdesktop_jdic_desktop_internal_impl_MacLaunchService */#ifndef _Included_org_jdesktop_jdic_desktop_internal_impl_MacLaunchService#define _Included_org_jdesktop_jdic_desktop_internal_impl_MacLaunchService#ifdef __cplusplusextern "C" {#endif/* * Class: org_jdesktop_jdic_desktop_internal_impl_MacLaunchService * Method: nativeOpenFile * Signature: (Ljava/lang/String;)Z */JNIEXPORT jboolean JNICALL Java_org_jdesktop_jdic_desktop_internal_impl_MacLaunchService_nativeOpenFile (JNIEnv *, jobject, jstring);/* * Class: org_jdesktop_jdic_desktop_internal_impl_MacLaunchService * Method: nativePrintFile * Signature: (Ljava/lang/String;)Z */JNIEXPORT jboolean JNICALL Java_org_jdesktop_jdic_desktop_internal_impl_MacLaunchService_nativePrintFile (JNIEnv *, jobject, jstring);#ifdef __cplusplus}#endif#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?