class Gio::FileAttributeMatcher

Overview

Determines if a string matches a file attribute.

Defined in:

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

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(attributes : String) : self #

[View source]

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


[View source]

Instance Method Detail

def enumerate_namespace(ns : String) : Bool #

[View source]
def enumerate_next : String | Nil #

[View source]
def finalize #

[View source]
def matches(attribute : String) : Bool #

[View source]
def matches_only(attribute : String) : Bool #

[View source]

[View source]
def subtract(subtract : Gio::FileAttributeMatcher | Nil) : Gio::FileAttributeMatcher | Nil #

[View source]
def to_string : String #

[View source]
def to_unsafe : Pointer(Void) #

[View source]
def unref : Nil #

[View source]