![JAR search and dependency download from the Maven repository](/logo.png)
org.purejava.appindicator.constants$2675 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.MemoryLayout;
import java.lang.foreign.StructLayout;
import java.lang.invoke.MethodHandle;
import java.lang.invoke.VarHandle;
import static java.lang.foreign.ValueLayout.JAVA_INT;
final class constants$2675 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$2675() {}
static final MethodHandle const$0 = RuntimeHelper.downcallHandle(
"gtk_fixed_move",
constants$1043.const$2
);
static final MethodHandle const$1 = RuntimeHelper.upcallHandle(GtkFileFilterFunc.class, "apply", constants$9.const$0);
static final StructLayout const$2 = MemoryLayout.structLayout(
JAVA_INT.withName("contains"),
MemoryLayout.paddingLayout(4),
RuntimeHelper.POINTER.withName("filename"),
RuntimeHelper.POINTER.withName("uri"),
RuntimeHelper.POINTER.withName("display_name"),
RuntimeHelper.POINTER.withName("mime_type")
).withName("_GtkFileFilterInfo");
static final VarHandle const$3 = constants$2675.const$2.varHandle(MemoryLayout.PathElement.groupElement("contains"));
static final VarHandle const$4 = constants$2675.const$2.varHandle(MemoryLayout.PathElement.groupElement("filename"));
static final VarHandle const$5 = constants$2675.const$2.varHandle(MemoryLayout.PathElement.groupElement("uri"));
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy