Package: gio

GEnum gio:emblem-origin

Declaration

(gobject:define-genum "GEmblemOrigin" emblem-origin
  (:export t
   :type-initializer "g_emblem_origin_get_type")
  :unknown
  :device
  :livemetadata
  :tag)  

Values

:unkown
Emblem of unknown origin.
:device
Emblem adds device-specific information.
:livemetadata
Emblem depicts live metadata, such as "readonly".
:tag
Emblem comes from a user-defined tag, for example, set by nautilus (in the future).

Details

The g:emblem-origin enumeration is used to add information about the origin of the emblem to a g:emblem object.
 

See also

2024-10-23