org.purejava.appindicator.constants$1584 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of libappindicator-gtk3-java-full Show documentation
Show all versions of libappindicator-gtk3-java-full Show documentation
Java bindings for libappindicator-gtk3 in 100% pure Java
// Generated by jextract
package org.purejava.appindicator;
import java.lang.foreign.FunctionDescriptor;
import java.lang.foreign.MemoryLayout;
import java.lang.foreign.StructLayout;
import java.lang.invoke.MethodHandle;
import static java.lang.foreign.ValueLayout.JAVA_INT;
final class constants$1584 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$1584() {}
static final MethodHandle const$0 = RuntimeHelper.downcallHandle(
"pango_reorder_items",
constants$5.const$2
);
static final MethodHandle const$1 = RuntimeHelper.downcallHandle(
"pango_itemize",
constants$989.const$4
);
static final FunctionDescriptor const$2 = FunctionDescriptor.of(RuntimeHelper.POINTER,
RuntimeHelper.POINTER,
JAVA_INT,
RuntimeHelper.POINTER,
JAVA_INT,
JAVA_INT,
RuntimeHelper.POINTER,
RuntimeHelper.POINTER
);
static final MethodHandle const$3 = RuntimeHelper.downcallHandle(
"pango_itemize_with_base_dir",
constants$1584.const$2
);
static final StructLayout const$4 = MemoryLayout.structLayout(
MemoryLayout.paddingLayout(4)
).withName("_PangoLogAttr");
static final FunctionDescriptor const$5 = FunctionDescriptor.ofVoid(
RuntimeHelper.POINTER,
JAVA_INT,
RuntimeHelper.POINTER,
RuntimeHelper.POINTER,
JAVA_INT
);
static final MethodHandle const$6 = RuntimeHelper.downcallHandle(
"pango_break",
constants$1584.const$5
);
}