Last chance! 50% off unlimited learning
Sale ends in
gEmblemNew(icon = NULL, origin = NULL)
gEmblemNewWithOrigin(icon, origin)
gEmblemGetIcon(object)
gEmblemGetOrigin(object)
gEmblem(icon, origin)
GObject +----GEmblem GEnum +----GEmblemOrigin
GIcon
.GEmblem
is an implementation of GIcon
that supports
having an emblem, which is an icon with additional properties.
It can than be added to a GEmblemedIcon
. Currently, only metainformation about the emblem's origin is
supported. More may be added in the future.gEmblem
is the result of collapsing the constructors of GEmblem
(gEmblemNew
, gEmblemNewWithOrigin
) and accepts a subset of its arguments matching the required arguments of one of its delegate constructors.icon
[GObject
: * : Read / Write / Construct Only]origin
[GEmblemOrigin
: Read / Write / Construct Only]