org.purejava.appindicator.AtkAttributeSet 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;
/**
* {@snippet :
* typedef struct _GSList AtkAttributeSet;
* }
*/
public final class AtkAttributeSet extends _GSList {
// Suppresses default constructor, ensuring non-instantiability.
private AtkAttributeSet() {}
}