EmblemedIcon
GEmblemedIcon
is an implementation of iface@Gio.Icon that supports adding an emblem to an icon. Adding multiple emblems to an icon is ensured via method@Gio.EmblemedIcon.add_emblem.
Note that GEmblemedIcon
allows no control over the position of the emblems. See also class@Gio.Emblem for more information.
Skipped during bindings generation
method
gicon
: Property has no getter nor setter
Functions
Removes all the emblems from @icon.
Gets the list of emblems for the @icon.
Serializes a #GIcon into a #GVariant. An equivalent #GIcon can be retrieved back by calling g_icon_deserialize() on the returned value. As serialization will avoid using raw icon data when possible, it only makes sense to transfer the #GVariant between processes on the same machine, (as opposed to over the network), and within the same file system namespace.