library.gtk4_stats.c Maven / Gradle / Ivy
/*******************************************************************************
* Copyright (c) 2000, 2021 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/* Note: This file was auto-generated by org.eclipse.swt.tools.internal.JNIGenerator */
/* DO NOT EDIT - your changes will be lost. */
#include "swt.h"
#include "gtk4_stats.h"
#ifdef NATIVE_STATS
char * GTK4_nativeFunctionNames[] = {
"gtk_1im_1context_1filter_1keypress",
};
#define NATIVE_FUNCTION_COUNT sizeof(GTK4_nativeFunctionNames) / sizeof(char*)
int GTK4_nativeFunctionCount = NATIVE_FUNCTION_COUNT;
int GTK4_nativeFunctionCallCount[NATIVE_FUNCTION_COUNT];
#define STATS_NATIVE(func) Java_org_eclipse_swt_tools_internal_NativeStats_##func
JNIEXPORT jint JNICALL STATS_NATIVE(GTK4_1GetFunctionCount)
(JNIEnv *env, jclass that)
{
return GTK4_nativeFunctionCount;
}
JNIEXPORT jstring JNICALL STATS_NATIVE(GTK4_1GetFunctionName)
(JNIEnv *env, jclass that, jint index)
{
return (*env)->NewStringUTF(env, GTK4_nativeFunctionNames[index]);
}
JNIEXPORT jint JNICALL STATS_NATIVE(GTK4_1GetFunctionCallCount)
(JNIEnv *env, jclass that, jint index)
{
return GTK4_nativeFunctionCallCount[index];
}
#endif
© 2015 - 2025 Weber Informatics LLC | Privacy Policy