📄 trayiconutil.h
字号:
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class TrayIconUtil */
#ifndef _Included_TrayIconUtil
#define _Included_TrayIconUtil
#ifdef __cplusplus
extern "C" {
#endif
/* Inaccessible static: staticInstance */
/*
* Class: TrayIconUtil
* Method: initTrayIcon
* Signature: (LTrayIconUtil;Ljava/lang/String;I)V
*/
JNIEXPORT void JNICALL Java_TrayIconUtil_initTrayIcon
(JNIEnv *, jobject, jobject, jstring, jint);
/*
* Class: TrayIconUtil
* Method: setTrayIconTip
* Signature: (Ljava/lang/String;)V
*/
JNIEXPORT void JNICALL Java_TrayIconUtil_setTrayIconTip
(JNIEnv *, jobject, jstring);
/*
* Class: TrayIconUtil
* Method: setTrayIconData
* Signature: (II[I)V
*/
JNIEXPORT void JNICALL Java_TrayIconUtil_setTrayIconData
(JNIEnv *, jobject, jint, jint, jintArray);
/*
* Class: TrayIconUtil
* Method: showTrayIcon
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_TrayIconUtil_showTrayIcon
(JNIEnv *, jobject);
/*
* Class: TrayIconUtil
* Method: closeTrayIcon
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_TrayIconUtil_closeTrayIcon
(JNIEnv *, jobject);
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -