org.purejava.appindicator.GtkRcProperty 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
The newest version!
// Generated by jextract
package org.purejava.appindicator;
import java.lang.invoke.*;
import java.lang.foreign.*;
import java.nio.ByteOrder;
import java.util.*;
import java.util.function.*;
import java.util.stream.*;
import static java.lang.foreign.ValueLayout.*;
import static java.lang.foreign.MemoryLayout.PathElement.*;
/**
* {@snippet lang=c :
* typedef struct _GtkRcProperty {
* GQuark type_name;
* GQuark property_name;
* gchar *origin;
* GValue value;
* } GtkRcProperty
* }
*/
public class GtkRcProperty extends _GtkRcProperty {
GtkRcProperty() {
// Should not be called directly
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy