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

def self.new(attributes : String) : self #

Class Method Detail

def self.g_type : UInt64 #

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


Instance Method Detail

def enumerate_namespace(ns : String) : Bool #

def enumerate_next : String? #

def finalize #

def matches(attribute : String) : Bool #

def matches_only(attribute : String) : Bool #



def to_string : String #

def to_unsafe : Pointer(Void) #

def unref : Nil #