class Gio::FileAttributeMatcher
- Gio::FileAttributeMatcher
- Reference
- Object
Overview
Determines if a string matches a file attribute.
Defined in:
lib/gi-crystal/src/auto/gio-2.0/file_attribute_matcher.crConstructors
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
- #enumerate_namespace(ns : String) : Bool
- #enumerate_next : String?
- #finalize
- #matches(attribute : String) : Bool
- #matches_only(attribute : String) : Bool
- #ref : Gio::FileAttributeMatcher
- #subtract(subtract : Gio::FileAttributeMatcher?) : Gio::FileAttributeMatcher?
- #to_string : String
- #to_unsafe : Pointer(Void)
- #unref : Nil