library.gtk3_stats.h Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.eclipse.swt.gtk.linux.ppc64le Show documentation
Show all versions of org.eclipse.swt.gtk.linux.ppc64le Show documentation
Standard Widget Toolkit for GTK on ppc64le
/*******************************************************************************
* 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. */
#ifdef NATIVE_STATS
extern int GTK3_nativeFunctionCount;
extern int GTK3_nativeFunctionCallCount[];
extern char* GTK3_nativeFunctionNames[];
#define GTK3_NATIVE_ENTER(env, that, func) GTK3_nativeFunctionCallCount[func]++;
#define GTK3_NATIVE_EXIT(env, that, func)
#else
#ifndef GTK3_NATIVE_ENTER
#define GTK3_NATIVE_ENTER(env, that, func)
#endif
#ifndef GTK3_NATIVE_EXIT
#define GTK3_NATIVE_EXIT(env, that, func)
#endif
#endif
typedef enum {
gtk_1im_1context_1filter_1keypress_FUNC,
} GTK3_FUNCS;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy