class Gio::FileAttributeInfo

Overview

Information about a specific attribute.

Defined in:

lib/gi-crystal/src/auto/gio-2.0/file_attribute_info.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

[View source]
def self.new(data : LibGio::FileAttributeInfo, transfer : GICrystal::Transfer) #

[View source]
def self.new(type : Gio::FileAttributeType | Nil = nil, flags : Gio::FileAttributeInfoFlags | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) : Bool #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]

[View source]
def flags=(value : Gio::FileAttributeInfoFlags) #

[View source]
def name : String | Nil #

[View source]
def name! #

[View source]
def to_unsafe #

[View source]

[View source]
def type=(value : Gio::FileAttributeType) #

[View source]