Package ch.bailu.gtk.gio
Class FileAttributeInfo
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gio.FileAttributeInfo
- All Implemented Interfaces:
PointerInterface
Information about a specific attribute.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandler
int
a set of #GFileAttributeInfoFlags.the name of the attribute.int
the #GFileAttributeType type of the attribute.void
setFieldFlags
(int flags) a set of #GFileAttributeInfoFlags.void
setFieldName
(Str name) the name of the attribute.void
setFieldType
(int type) the #GFileAttributeType type of the attribute.Methods inherited from class ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Methods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Field Details
-
NAME
the name of the attribute.- See Also:
-
TYPE
the #GFileAttributeType type of the attribute.- See Also:
-
FLAGS
a set of #GFileAttributeInfoFlags.- See Also:
-
-
Constructor Details
-
FileAttributeInfo
-
FileAttributeInfo
public FileAttributeInfo()
-
-
Method Details
-
getClassHandler
-
setFieldName
the name of the attribute. -
getFieldName
the name of the attribute. -
setFieldType
public void setFieldType(int type) the #GFileAttributeType type of the attribute. -
getFieldType
public int getFieldType()the #GFileAttributeType type of the attribute. -
setFieldFlags
public void setFieldFlags(int flags) a set of #GFileAttributeInfoFlags. -
getFieldFlags
public int getFieldFlags()a set of #GFileAttributeInfoFlags.
-