Package ch.bailu.gtk.gio
Interface EmblemOrigin
public interface EmblemOrigin
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Emblem adds device-specific informationstatic final int
Emblem depicts live metadata, such as "readonly"static final int
Emblem comes from a user-defined tag, e.g. set by nautilus (in the future)static final int
Emblem of unknown origin
-
Field Details
-
UNKNOWN
static final int UNKNOWNEmblem of unknown origin- See Also:
-
DEVICE
static final int DEVICEEmblem adds device-specific information- See Also:
-
LIVEMETADATA
static final int LIVEMETADATAEmblem depicts live metadata, such as "readonly"- See Also:
-
TAG
static final int TAGEmblem comes from a user-defined tag, e.g. set by nautilus (in the future)- See Also:
-