trayiconutil.h

来自「java做的系统托盘图标」· C头文件 代码 · 共 55 行

H
55
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?