1/* DO NOT EDIT THIS FILE - it is machine generated */
2#include <jni.h>
3/* Header for class java_awt_TrayIcon */
4
5#ifndef _Included_java_awt_TrayIcon
6#define _Included_java_awt_TrayIcon
7#ifdef __cplusplus
8extern "C" {
9#endif
10/*
11 * Class: java_awt_TrayIcon
12 * Method: initIDs
13 * Signature: ()V
14 */
15JNIEXPORT void JNICALL Java_java_awt_TrayIcon_initIDs
16 (JNIEnv *, jclass);
17
18#ifdef __cplusplus
19}
20#endif
21#endif
22