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) #

def self.new(data : LibGio::FileAttributeInfo, transfer : GICrystal::Transfer) #

def self.new(type : Gio::FileAttributeType? = nil, flags : Gio::FileAttributeInfoFlags? = nil) #

Instance Method Detail

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

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



def flags=(value : Gio::FileAttributeInfoFlags) #

def name : String? #

def name! #

def to_unsafe #


def type=(value : Gio::FileAttributeType) #