edu_tsinghua_lumaqq_hotkey_keybinder.h

来自「lumaQQ的源文件」· C头文件 代码 · 共 38 行

H
38
字号
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class edu_tsinghua_lumaqq_hotkey_KeyBinder */

#ifndef _Included_edu_tsinghua_lumaqq_hotkey_KeyBinder
#define _Included_edu_tsinghua_lumaqq_hotkey_KeyBinder
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     edu_tsinghua_lumaqq_hotkey_KeyBinder
 * Method:    init
 * Signature: ()V
 */
JNIEXPORT void JNICALL Java_edu_tsinghua_lumaqq_hotkey_KeyBinder_init
  (JNIEnv *, jobject);

/*
 * Class:     edu_tsinghua_lumaqq_hotkey_KeyBinder
 * Method:    bind
 * Signature: (Ljava/lang/String;)Z
 */
JNIEXPORT jboolean JNICALL Java_edu_tsinghua_lumaqq_hotkey_KeyBinder_bind
  (JNIEnv *, jobject, jstring);

/*
 * Class:     edu_tsinghua_lumaqq_hotkey_KeyBinder
 * Method:    unbind
 * Signature: (Ljava/lang/String;)V
 */
JNIEXPORT void JNICALL Java_edu_tsinghua_lumaqq_hotkey_KeyBinder_unbind
  (JNIEnv *, jobject, jstring);

#ifdef __cplusplus
}
#endif
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?