class Gio::FileAttributeInfo
- Gio::FileAttributeInfo
- Reference
- Object
Overview
Information about a specific attribute.
Defined in:
lib/gi-crystal/src/auto/gio-2.0/file_attribute_info.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibGio::FileAttributeInfo, transfer : GICrystal::Transfer)
- .new(type : Gio::FileAttributeType? = nil, flags : Gio::FileAttributeInfoFlags? = nil)
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #flags : Gio::FileAttributeInfoFlags
- #flags=(value : Gio::FileAttributeInfoFlags)
- #name : String?
- #name!
- #to_unsafe
- #type : Gio::FileAttributeType
- #type=(value : Gio::FileAttributeType)
Constructor Detail
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.