public static class GObjectAPI.GParamSpecUInt extends GObjectAPI.GParamSpecTypeSpecific
| Modifier and Type | Field and Description |
|---|---|
int |
default_value |
int |
maximum |
int |
minimum |
GObjectAPI.GParamSpec |
parent_instance |
| Constructor and Description |
|---|
GObjectAPI.GParamSpecUInt(com.sun.jna.Pointer ptr) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getDefault() |
java.lang.Object |
getMaximum() |
java.lang.Object |
getMinimum() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldOrder, getFields, getFieldTypeInfo, getNativeAlignment, getNativeSize, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeFieldpublic volatile GObjectAPI.GParamSpec parent_instance
public volatile int minimum
public volatile int maximum
public volatile int default_value
public GObjectAPI.GParamSpecUInt(com.sun.jna.Pointer ptr)
public java.lang.Object getMinimum()
getMinimum in class GObjectAPI.GParamSpecTypeSpecificpublic java.lang.Object getMaximum()
getMaximum in class GObjectAPI.GParamSpecTypeSpecificpublic java.lang.Object getDefault()
getDefault in class GObjectAPI.GParamSpecTypeSpecific