All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.purejava.appindicator.AtkPropertyValues Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show 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 _AtkPropertyValues {
 *     const gchar *property_name;
 *     GValue old_value;
 *     GValue new_value;
 * } AtkPropertyValues
 * }
 */
public class AtkPropertyValues extends _AtkPropertyValues {

    AtkPropertyValues() {
        // Should not be called directly
    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy