![JAR search and dependency download from the Maven repository](/logo.png)
org.purejava.appindicator.constants$579 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 static java.lang.foreign.ValueLayout.JAVA_LONG;
import static java.lang.foreign.ValueLayout.JAVA_SHORT;
final class constants$579 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$579() {}
static final MethodHandle const$0 = RuntimeHelper.downcallHandle(
"g_value_dup_param",
constants$5.const$2
);
static final MethodHandle const$1 = RuntimeHelper.downcallHandle(
"g_value_take_param",
constants$13.const$4
);
static final MethodHandle const$2 = RuntimeHelper.downcallHandle(
"g_value_set_param_take_ownership",
constants$13.const$4
);
static final MethodHandle const$3 = RuntimeHelper.downcallHandle(
"g_param_spec_get_default_value",
constants$5.const$2
);
static final MethodHandle const$4 = RuntimeHelper.downcallHandle(
"g_param_spec_get_name_quark",
constants$10.const$5
);
static final StructLayout const$5 = MemoryLayout.structLayout(
JAVA_SHORT.withName("instance_size"),
JAVA_SHORT.withName("n_preallocs"),
MemoryLayout.paddingLayout(4),
RuntimeHelper.POINTER.withName("instance_init"),
JAVA_LONG.withName("value_type"),
RuntimeHelper.POINTER.withName("finalize"),
RuntimeHelper.POINTER.withName("value_set_default"),
RuntimeHelper.POINTER.withName("value_validate"),
RuntimeHelper.POINTER.withName("values_cmp")
).withName("_GParamSpecTypeInfo");
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy