enum Gio::EmblemOrigin

Overview

GEmblemOrigin is used to add information about the origin of the emblem to #GEmblem.

Defined in:

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

Enum Members

Unknown = 0_u32

Emblem of unknown origin

Device = 1_u32

Emblem adds device-specific information

Livemetadata = 2_u32

Emblem depicts live metadata, such as "readonly"

Tag = 3_u32

Emblem comes from a user-defined tag, e.g. set by nautilus (in the future)

Class Method Summary

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Class Method Detail

def self.g_type : UInt64 #

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


[View source]

Instance Method Detail

def device? #

[View source]
def livemetadata? #

[View source]
def tag? #

[View source]
def unknown? #

[View source]