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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandlerinta set of #GFileAttributeInfoFlags.the name of the attribute.intthe #GFileAttributeType type of the attribute.voidsetFieldFlags(int flags) a set of #GFileAttributeInfoFlags.voidsetFieldName(Str name) the name of the attribute.voidsetFieldType(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, unregisterCallbacksMethods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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.
-